public static final class EsxPlacementConfig.Builder
extends java.lang.Object
EsxPlacementConfig
.Constructor and Description |
---|
Builder(java.lang.String datastoreName)
Constructor with parameters for the required properties of
EsxPlacementConfig . |
Modifier and Type | Method and Description |
---|---|
EsxPlacementConfig |
build() |
EsxPlacementConfig.Builder |
setNetworkName(java.lang.String networkName)
The network of the ESX host to which the new appliance should connect.
|
EsxPlacementConfig.Builder |
setResourcePoolPath(java.lang.String resourcePoolPath)
The path to the resource pool on the ESX host in which the appliance will be
deployed.
|
public Builder(java.lang.String datastoreName)
EsxPlacementConfig
.public EsxPlacementConfig.Builder setNetworkName(java.lang.String networkName)
null
and there is only one network configured, it will be used.networkName
- New value for the property.public EsxPlacementConfig.Builder setResourcePoolPath(java.lang.String resourcePoolPath)
resourcePoolPath
- New value for the property.public EsxPlacementConfig build()