public class CloudDeployedInstanceInfo
extends java.lang.Object
| Constructor and Description |
|---|
CloudDeployedInstanceInfo(java.lang.String instanceName,
java.util.Collection<java.lang.String> externalHostAddresses,
java.util.Map<java.lang.String,java.lang.String> properties)
Constructs a new info object used to identify a new instance deployed in the cloud.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalHostAddress(java.lang.String externalHostAddress)
Add an entry to the list of host addresses (typically IP v4 addresses), by which virtual machines inside the instance can be accessed.
|
java.util.Collection<java.lang.String> |
getExternalHostAddresses() |
java.lang.String |
getInstanceName() |
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
java.lang.String |
toString() |
public CloudDeployedInstanceInfo(java.lang.String instanceName,
java.util.Collection<java.lang.String> externalHostAddresses,
java.util.Map<java.lang.String,java.lang.String> properties)
instanceName - a human readable name of the instance displaying in the Silk Central UI and logs.externalHostAddresses - a list of host addresses (typically IP v4 addresses), by which virtual machines inside the instance can be accessed.
There must be one execution server running and being externally accessible via one the denoted host addresses.properties - arbitrary name/value pairs stored in the Silk Central database used to identify the deployed instance later.public java.lang.String getInstanceName()
public java.util.Collection<java.lang.String> getExternalHostAddresses()
public void addExternalHostAddress(java.lang.String externalHostAddress)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © Micro Focus 2004-2019. All rights reserved.