public static final class VMTypes.CreateSpec
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
VMTypes.CreateSpec.Builder
Builder class for
VMTypes.CreateSpec . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
CreateSpec()
Default constructor.
|
protected |
CreateSpec(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.CreateSpec |
_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.CreateSpec |
_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) |
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<NvmeTypes.CreateSpec> |
getNvmeAdapters()
List of NVMe 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 |
setNvmeAdapters(java.util.List<NvmeTypes.CreateSpec> nvmeAdapters)
List of NVMe 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() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public CreateSpec()
protected CreateSpec(com.vmware.vapi.data.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 java.util.List<NvmeTypes.CreateSpec> getNvmeAdapters()
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
NVMe host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is NVMe.public void setNvmeAdapters(java.util.List<NvmeTypes.CreateSpec> nvmeAdapters)
null
, any adapters necessary to connect the virtual machine's storage
devices will be created; this includes any devices that explicitly specify a
NVMe host bus adapter, as well as any devices that do not specify a host bus
adapter if the guest's preferred adapter type is NVMe.nvmeAdapters
- 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()
_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.CreateSpec _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.CreateSpec _newInstance2(com.vmware.vapi.data.StructValue structValue)