Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Field and Description |
---|---|
static ApplianceSize |
ApplianceSize.LARGE
Appliance size of 'large'.
|
static ApplianceSize |
ApplianceSize.MEDIUM
Appliance size of 'medium'.
|
static ApplianceSize |
ApplianceSize.SMALL
Appliance size of 'small'.
|
static ApplianceSize |
ApplianceSize.TINY
Appliance size of 'tiny'.
|
static ApplianceSize |
ApplianceSize.XLARGE
Appliance size of 'extra large'.
|
Modifier and Type | Method and Description |
---|---|
ApplianceSize |
SourceInfo.getDeploymentSize()
Deployment size of the source vCenter Server.
|
static ApplianceSize |
ApplianceSize.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ApplianceSize[] |
ApplianceSize.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceInfo.setDeploymentSize(ApplianceSize deploymentSize)
Deployment size of the source vCenter Server.
|
Constructor and Description |
---|
Builder(java.lang.String hostname,
java.lang.String version,
ApplianceType deploymentType,
ApplianceSize deploymentSize,
java.lang.String ssoDomainName,
java.lang.String activeDirectoryDomain,
java.util.List<java.lang.String> dnsServers)
Constructor with parameters for the required properties of
SourceInfo . |