public static final class VcPlacementConfig.Builder
extends java.lang.Object
VcPlacementConfig
.Constructor and Description |
---|
Builder(java.lang.String networkName)
Constructor with parameters for the required properties of
VcPlacementConfig . |
Modifier and Type | Method and Description |
---|---|
VcPlacementConfig |
build() |
VcPlacementConfig.Builder |
setClusterPath(java.lang.String clusterPath)
Absolute path to the cluster.
|
VcPlacementConfig.Builder |
setDatastoreClusterName(java.lang.String datastoreClusterName)
The datastore cluster on which to store the files of the appliance.
|
VcPlacementConfig.Builder |
setDatastoreName(java.lang.String datastoreName)
The datastore on which to store the files of the appliance.
|
VcPlacementConfig.Builder |
setHostPath(java.lang.String hostPath)
Absolute path of the ESX host (FQDN/IP) in the vCenter inventory tree.
|
VcPlacementConfig.Builder |
setResourcePoolPath(java.lang.String resourcePoolPath)
Absolute path to resource pool.
|
VcPlacementConfig.Builder |
setVmFolderPath(java.lang.String vmFolderPath)
Aboslute path of the VM folder.
|
public Builder(java.lang.String networkName)
VcPlacementConfig
.public VcPlacementConfig.Builder setVmFolderPath(java.lang.String vmFolderPath)
#resource_pool_path
,
#cluster_path
, and #host_path
vmFolderPath
- New value for the property.public VcPlacementConfig.Builder setResourcePoolPath(java.lang.String resourcePoolPath)
#resource_pool_path
,
#cluster_path
, and #host_path
resourcePoolPath
- New value for the property.public VcPlacementConfig.Builder setClusterPath(java.lang.String clusterPath)
#resource_pool_path
,
#cluster_path
, and #host_path
clusterPath
- New value for the property.public VcPlacementConfig.Builder setHostPath(java.lang.String hostPath)
#resource_pool_path
,
#cluster_path
, and #host_path
hostPath
- New value for the property.public VcPlacementConfig.Builder setDatastoreName(java.lang.String datastoreName)
#datastore_name
and #datastore_cluster_name
datastoreName
- New value for the property.public VcPlacementConfig.Builder setDatastoreClusterName(java.lang.String datastoreClusterName)
#datastore_name
and #datastore_cluster_name
datastoreClusterName
- New value for the property.public VcPlacementConfig build()