public static final class VMTypes.ClonePlacementSpec
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
ClonePlacementSpec
class contains information used to place a clone
of a virtual machine onto resources within the vCenter inventory. This class was
added in vSphere API 7.0.0.0.Modifier and Type | Class and Description |
---|---|
static class |
VMTypes.ClonePlacementSpec.Builder
Builder class for
VMTypes.ClonePlacementSpec . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
ClonePlacementSpec()
Default constructor.
|
protected |
ClonePlacementSpec(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static VMTypes.ClonePlacementSpec |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static VMTypes.ClonePlacementSpec |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCluster()
Cluster into which the cloned virtual machine should be placed.
|
java.lang.String |
getDatastore()
Datastore on which the cloned virtual machine's configuration state should be
stored.
|
java.lang.String |
getFolder()
Virtual machine folder into which the cloned virtual machine should be placed.
|
java.lang.String |
getHost()
Host onto which the cloned virtual machine should be placed.
|
java.lang.String |
getResourcePool()
Resource pool into which the cloned virtual machine should be placed.
|
int |
hashCode() |
void |
setCluster(java.lang.String cluster)
Cluster into which the cloned virtual machine should be placed.
|
void |
setDatastore(java.lang.String datastore)
Datastore on which the cloned virtual machine's configuration state should be
stored.
|
void |
setFolder(java.lang.String folder)
Virtual machine folder into which the cloned virtual machine should be placed.
|
void |
setHost(java.lang.String host)
Host onto which the cloned virtual machine should be placed.
|
void |
setResourcePool(java.lang.String resourcePool)
Resource pool into which the cloned virtual machine should be placed.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ClonePlacementSpec()
protected ClonePlacementSpec(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.String getFolder()
null
, the system will use the virtual machine folder of
the source virtual machine. If this results in a conflict due to other placement
parameters, the virtual machine clone operation will fail.Folder
. When methods return a value of
this class as a return value, the property will be an identifier for the
resource type: Folder
.public void setFolder(java.lang.String folder)
null
, the system will use the virtual machine folder of
the source virtual machine. If this results in a conflict due to other placement
parameters, the virtual machine clone operation will fail.folder
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: Folder
. When methods return a value of
this class as a return value, the property will be an identifier for the
resource type: Folder
.public java.lang.String getResourcePool()
null
, the system will use the resource pool of the source
virtual machine. If this results in a conflict due to other placement
parameters, the virtual machine clone operation will fail.ResourcePool
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: ResourcePool
.public void setResourcePool(java.lang.String resourcePool)
null
, the system will use the resource pool of the source
virtual machine. If this results in a conflict due to other placement
parameters, the virtual machine clone operation will fail.resourcePool
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: ResourcePool
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: ResourcePool
.public java.lang.String getHost()
If getHost()
and getResourcePool()
are both specified, getResourcePool()
must belong to getHost()
.
If getHost()
and getCluster()
are both specified, getHost()
must
be a member of getCluster()
.
getResourcePool()
is unset, the cloned
virtual machine will use the host of the source virtual machine. if getResourcePool()
is set, and the target is a standalone host, the host is
used. if getResourcePool()
is set, and the target is a DRS cluster, a
host will be picked by DRS. if getResourcePool()
is set, and the target
is a cluster without DRS, InvalidArgument will be thrown.HostSystem
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: HostSystem
.public void setHost(java.lang.String host)
If getHost()
and getResourcePool()
are both specified, getResourcePool()
must belong to getHost()
.
If getHost()
and getCluster()
are both specified, getHost()
must
be a member of getCluster()
.
getResourcePool()
is unset, the cloned
virtual machine will use the host of the source virtual machine. if getResourcePool()
is set, and the target is a standalone host, the host is
used. if getResourcePool()
is set, and the target is a DRS cluster, a
host will be picked by DRS. if getResourcePool()
is set, and the target
is a cluster without DRS, InvalidArgument will be thrown.host
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: HostSystem
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: HostSystem
.public java.lang.String getCluster()
If getCluster()
and getResourcePool()
are both specified, getResourcePool()
must belong to getCluster()
.
If getCluster()
and getHost()
are both specified, getHost()
must
be a member of getCluster()
.
getResourcePool()
or getHost()
is specified, it is
recommended that this property be null
.ClusterComputeResource
. When methods
return a value of this class as a return value, the property will be an
identifier for the resource type: ClusterComputeResource
.public void setCluster(java.lang.String cluster)
If getCluster()
and getResourcePool()
are both specified, getResourcePool()
must belong to getCluster()
.
If getCluster()
and getHost()
are both specified, getHost()
must
be a member of getCluster()
.
getResourcePool()
or getHost()
is specified, it is
recommended that this property be null
.cluster
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: ClusterComputeResource
. When methods
return a value of this class as a return value, the property will be an
identifier for the resource type: ClusterComputeResource
.public java.lang.String getDatastore()
null
, the system will use the datastore of the source
virtual machine.Datastore
. When methods return a value
of this class as a return value, the property will be an identifier for the
resource type: Datastore
.public void setDatastore(java.lang.String datastore)
null
, the system will use the datastore of the source
virtual machine.datastore
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: Datastore
. When methods return a value
of this class as a return value, the property will be an identifier for the
resource type: Datastore
.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static VMTypes.ClonePlacementSpec _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static VMTypes.ClonePlacementSpec _newInstance2(com.vmware.vapi.data.StructValue structValue)