public static final class VMTypes.CreateSpec extends java.lang.Object implements java.io.Serializable, StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
VMTypes.CreateSpec.Builder
Builder class for
VMTypes.CreateSpec . |
Modifier and Type | Field and Description |
---|---|
protected StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
CreateSpec()
Default constructor.
|
protected |
CreateSpec(StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
_convertTo(java.lang.Class<T> clazz)
Converts this structure into an instance of the provided class structure
if possible.
|
java.lang.String |
_getCanonicalName()
Returns the canonical name of the structure.
|
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.
|
StructValue |
_getDataValue()
Returns this
Structure represented in the dynamic
DataValue model. |
DataValue |
_getDynamicField(java.lang.String fieldName)
Get dynamic filed value.
|
java.util.Set<java.lang.String> |
_getDynamicFieldNames()
Get the names of the dynamic fields in the structure.
|
com.vmware.vapi.bindings.type.StructType |
_getType()
WARNING: Internal method, subject to change in future versions.
|
boolean |
_hasTypeNameOf(java.lang.Class<? extends Structure> clazz)
Checks if the runtime type name of this structure matches the type
represented by the specified binding class.
|
static VMTypes.CreateSpec |
_newInstance(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.CreateSpec |
_newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
DataValue fieldValue)
Sets a dynamic field value.
|
protected void |
_updateDataValue(StructValue structValue) |
void |
_validate()
Validates the state of the discriminated unions and HasFieldsOf
restrictions (if any) in this Java language binding
Structure . |
boolean |
equals(java.lang.Object obj) |
BootTypes.CreateSpec |
getBoot()
Boot configuration.
|
java.util.List<DeviceTypes.EntryCreateSpec> |
getBootDevices()
Boot device configuration.
|
java.util.List<CdromTypes.CreateSpec> |
getCdroms()
List of CD-ROMs.
|
CpuTypes.UpdateSpec |
getCpu()
CPU configuration.
|
java.util.List<DiskTypes.CreateSpec> |
getDisks()
List of disks.
|
java.util.List<FloppyTypes.CreateSpec> |
getFloppies()
List of floppy drives.
|
GuestOS |
getGuestOS()
Guest OS.
|
HardwareTypes.Version |
getHardwareVersion()
Virtual hardware version.
|
MemoryTypes.UpdateSpec |
getMemory()
Memory configuration.
|
java.lang.String |
getName()
Virtual machine name.
|
java.util.List<EthernetTypes.CreateSpec> |
getNics()
List of Ethernet adapters.
|
java.util.List<ParallelTypes.CreateSpec> |
getParallelPorts()
List of parallel ports.
|
VMTypes.PlacementSpec |
getPlacement()
Virtual machine placement information.
|
java.util.List<SataTypes.CreateSpec> |
getSataAdapters()
List of SATA adapters.
|
java.util.List<ScsiTypes.CreateSpec> |
getScsiAdapters()
List of SCSI adapters.
|
java.util.List<SerialTypes.CreateSpec> |
getSerialPorts()
List of serial ports.
|
VMTypes.StoragePolicySpec |
getStoragePolicy()
The
StoragePolicySpec class contains information about the storage
policy that is to be associated with the virtual machine home (which contains
the configuration and log files). |
int |
hashCode() |
void |
setBoot(BootTypes.CreateSpec boot)
Boot configuration.
|
void |
setBootDevices(java.util.List<DeviceTypes.EntryCreateSpec> bootDevices)
Boot device configuration.
|
void |
setCdroms(java.util.List<CdromTypes.CreateSpec> cdroms)
List of CD-ROMs.
|
void |
setCpu(CpuTypes.UpdateSpec cpu)
CPU configuration.
|
void |
setDisks(java.util.List<DiskTypes.CreateSpec> disks)
List of disks.
|
void |
setFloppies(java.util.List<FloppyTypes.CreateSpec> floppies)
List of floppy drives.
|
void |
setGuestOS(GuestOS guestOS)
Guest OS.
|
void |
setHardwareVersion(HardwareTypes.Version hardwareVersion)
Virtual hardware version.
|
void |
setMemory(MemoryTypes.UpdateSpec memory)
Memory configuration.
|
void |
setName(java.lang.String name)
Virtual machine name.
|
void |
setNics(java.util.List<EthernetTypes.CreateSpec> nics)
List of Ethernet adapters.
|
void |
setParallelPorts(java.util.List<ParallelTypes.CreateSpec> parallelPorts)
List of parallel ports.
|
void |
setPlacement(VMTypes.PlacementSpec placement)
Virtual machine placement information.
|
void |
setSataAdapters(java.util.List<SataTypes.CreateSpec> sataAdapters)
List of SATA adapters.
|
void |
setScsiAdapters(java.util.List<ScsiTypes.CreateSpec> scsiAdapters)
List of SCSI adapters.
|
void |
setSerialPorts(java.util.List<SerialTypes.CreateSpec> serialPorts)
List of serial ports.
|
void |
setStoragePolicy(VMTypes.StoragePolicySpec storagePolicy)
The
StoragePolicySpec class contains information about the storage
policy that is to be associated with the virtual machine home (which contains
the configuration and log files). |
java.lang.String |
toString()
Returns a string representation of this structure.
|
protected StructValue __dynamicStructureFields
public CreateSpec()
protected CreateSpec(StructValue __dynamicStructureFields)
public GuestOS getGuestOS()
public void setGuestOS(GuestOS guestOS)
guestOS
- New value for the property.public java.lang.String getName()
null
, a default name will be generated by the server.public void setName(java.lang.String name)
null
, a default name will be generated by the server.name
- New value for the property.public VMTypes.PlacementSpec getPlacement()
null
, the system will attempt to choose suitable resources on which to place
the virtual machine.public void setPlacement(VMTypes.PlacementSpec placement)
null
, the system will attempt to choose suitable resources on which to place
the virtual machine.placement
- New value for the property.public HardwareTypes.Version getHardwareVersion()
null
, defaults to the most recent version supported by the server.public void setHardwareVersion(HardwareTypes.Version hardwareVersion)
null
, defaults to the most recent version supported by the server.hardwareVersion
- New value for the property.public BootTypes.CreateSpec getBoot()
null
, guest-specific default values will be used.public void setBoot(BootTypes.CreateSpec boot)
null
, guest-specific default values will be used.boot
- New value for the property.public java.util.List<DeviceTypes.EntryCreateSpec> getBootDevices()
null
, a server-specific boot sequence will be used.public void setBootDevices(java.util.List<DeviceTypes.EntryCreateSpec> bootDevices)
null
, a server-specific boot sequence will be used.bootDevices
- New value for the property.public CpuTypes.UpdateSpec getCpu()
null
, guest-specific default values will be used.public void setCpu(CpuTypes.UpdateSpec cpu)
null
, guest-specific default values will be used.cpu
- New value for the property.public MemoryTypes.UpdateSpec getMemory()
null
, guest-specific default values will be used.public void setMemory(MemoryTypes.UpdateSpec memory)
null
, guest-specific default values will be used.memory
- New value for the property.public java.util.List<DiskTypes.CreateSpec> getDisks()
null
, a single blank virtual disk of a guest-specific size will be
created on the same storage as the virtual machine configuration, and will use a
guest-specific host bus adapter type. If the guest-specific size is 0, no
virtual disk will be created.public void setDisks(java.util.List<DiskTypes.CreateSpec> disks)
null
, a single blank virtual disk of a guest-specific size will be
created on the same storage as the virtual machine configuration, and will use a
guest-specific host bus adapter type. If the guest-specific size is 0, no
virtual disk will be created.disks
- New value for the property.public java.util.List<EthernetTypes.CreateSpec> getNics()
null
, no Ethernet adapters will be created.public void setNics(java.util.List<EthernetTypes.CreateSpec> nics)
null
, no Ethernet adapters will be created.nics
- New value for the property.public java.util.List<CdromTypes.CreateSpec> getCdroms()
null
, no CD-ROM devices will be created.public void setCdroms(java.util.List<CdromTypes.CreateSpec> cdroms)
null
, no CD-ROM devices will be created.cdroms
- New value for the property.public java.util.List<FloppyTypes.CreateSpec> getFloppies()
null
, no floppy drives will be created.public void setFloppies(java.util.List<FloppyTypes.CreateSpec> floppies)
null
, no floppy drives will be created.floppies
- New value for the property.public java.util.List<ParallelTypes.CreateSpec> getParallelPorts()
null
, no parallel ports will be created.public void setParallelPorts(java.util.List<ParallelTypes.CreateSpec> parallelPorts)
null
, no parallel ports will be created.parallelPorts
- New value for the property.public java.util.List<SerialTypes.CreateSpec> getSerialPorts()
null
, no serial ports will be created.public void setSerialPorts(java.util.List<SerialTypes.CreateSpec> serialPorts)
null
, no serial ports will be created.serialPorts
- New value for the property.public java.util.List<SataTypes.CreateSpec> getSataAdapters()
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
SATA host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is SATA.public void setSataAdapters(java.util.List<SataTypes.CreateSpec> sataAdapters)
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
SATA host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is SATA.sataAdapters
- New value for the property.public java.util.List<ScsiTypes.CreateSpec> getScsiAdapters()
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
SCSI host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is SCSI. The type of the SCSI
adapter will be a guest-specific default type.public void setScsiAdapters(java.util.List<ScsiTypes.CreateSpec> scsiAdapters)
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
SCSI host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is SCSI. The type of the SCSI
adapter will be a guest-specific default type.scsiAdapters
- New value for the property.public VMTypes.StoragePolicySpec getStoragePolicy()
StoragePolicySpec
class contains information about the storage
policy that is to be associated with the virtual machine home (which contains
the configuration and log files). This property was added in vSphere API 6.7.
If null
the datastore default storage policy (if applicable) is applied.
Currently a default storage policy is only supported by object datastores : VVol
and vSAN. For non-object datastores, if null
then no storage policy
would be associated with the virtual machine home.public void setStoragePolicy(VMTypes.StoragePolicySpec storagePolicy)
StoragePolicySpec
class contains information about the storage
policy that is to be associated with the virtual machine home (which contains
the configuration and log files). This property was added in vSphere API 6.7.
If null
the datastore default storage policy (if applicable) is applied.
Currently a default storage policy is only supported by object datastores : VVol
and vSAN. For non-object datastores, if null
then no storage policy
would be associated with the virtual machine home.storagePolicy
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
StaticStructure
StructType
instance representing the static bindings
type for this Structure
._getType
in interface StaticStructure
StructType
public StructValue _getDataValue()
Structure
Structure
represented in the dynamic
DataValue
model.
Attempts to change the returned StructValue
representation are not required to change the state of this structure.
Actually the behavior is implementation dependent and is unspecified.
In general the returned value shouldn't be changed.
_getDataValue
in interface Structure
StructValue
representing this structureprotected void _updateDataValue(StructValue structValue)
public void _validate()
StaticStructure
Structure
.
More precisely, for each union: given value of the discriminant/tag
field (@UnionTag
in the IDL) of an union in this structure,
validates that:
_validate
in interface 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()
StaticStructure
In general no code should depend on the format of the resulting string. E.g. there must be no attempts to parse for re-creation of the original instance.
toString
in interface StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends Structure> clazz)
Structure
This can be used as efficient check to determine if this instance
can be successfully converted
to the target
type.
_hasTypeNameOf
in interface Structure
clazz
- bindings class for the target structure; must not be null
public <T extends Structure> T _convertTo(java.lang.Class<T> clazz)
Structure
_convertTo
in interface Structure
clazz
- type of the result structure. cannot be null.CoreException
is thrown otherwise.public void _setDynamicField(java.lang.String fieldName, DataValue fieldValue)
StaticStructure
_setDynamicField
in interface StaticStructure
fieldName
- canonical name of the dynamic field to setfieldValue
- the value of the fieldpublic DataValue _getDynamicField(java.lang.String fieldName)
StaticStructure
_getDynamicField
in interface StaticStructure
fieldName
- the canonical name of the dynamic fieldDataValue
of the dynamic fieldpublic java.util.Set<java.lang.String> _getDynamicFieldNames()
StaticStructure
_getDynamicFieldNames
in interface 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()
Structure
org.example.FooBar
would turn into
org.example.foo_bar
._getCanonicalName
in interface Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static VMTypes.CreateSpec _newInstance(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.CreateSpec _newInstance2(StructValue structValue)