public static final class VMTypes.Info
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
VMTypes.Info.Builder
Builder class for
VMTypes.Info . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
Info()
Default constructor.
|
protected |
Info(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.Info |
_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.Info |
_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.Info |
getBoot()
Boot configuration.
|
java.util.List<DeviceTypes.Entry> |
getBootDevices()
Boot device configuration.
|
java.util.Map<java.lang.String,CdromTypes.Info> |
getCdroms()
List of CD-ROMs.
|
CpuTypes.Info |
getCpu()
CPU configuration.
|
java.util.Map<java.lang.String,DiskTypes.Info> |
getDisks()
List of disks.
|
java.util.Map<java.lang.String,FloppyTypes.Info> |
getFloppies()
List of floppy drives.
|
GuestOS |
getGuestOS()
Guest OS.
|
HardwareTypes.Info |
getHardware()
Virtual hardware version information.
|
IdentityTypes.Info |
getIdentity()
Identity of the virtual machine.
|
java.lang.Boolean |
getInstantCloneFrozen()
Indicates whether the virtual machine is frozen for instant clone, or not.
|
MemoryTypes.Info |
getMemory()
Memory configuration.
|
java.lang.String |
getName()
Virtual machine name.
|
java.util.Map<java.lang.String,EthernetTypes.Info> |
getNics()
List of Ethernet adapters.
|
java.util.Map<java.lang.String,NvmeTypes.Info> |
getNvmeAdapters()
List of NVMe adapters.
|
java.util.Map<java.lang.String,ParallelTypes.Info> |
getParallelPorts()
List of parallel ports.
|
PowerTypes.State |
getPowerState()
Power state of the virtual machine.
|
java.util.Map<java.lang.String,SataTypes.Info> |
getSataAdapters()
List of SATA adapters.
|
java.util.Map<java.lang.String,ScsiTypes.Info> |
getScsiAdapters()
List of SCSI adapters.
|
java.util.Map<java.lang.String,SerialTypes.Info> |
getSerialPorts()
List of serial ports.
|
int |
hashCode() |
void |
setBoot(BootTypes.Info boot)
Boot configuration.
|
void |
setBootDevices(java.util.List<DeviceTypes.Entry> bootDevices)
Boot device configuration.
|
void |
setCdroms(java.util.Map<java.lang.String,CdromTypes.Info> cdroms)
List of CD-ROMs.
|
void |
setCpu(CpuTypes.Info cpu)
CPU configuration.
|
void |
setDisks(java.util.Map<java.lang.String,DiskTypes.Info> disks)
List of disks.
|
void |
setFloppies(java.util.Map<java.lang.String,FloppyTypes.Info> floppies)
List of floppy drives.
|
void |
setGuestOS(GuestOS guestOS)
Guest OS.
|
void |
setHardware(HardwareTypes.Info hardware)
Virtual hardware version information.
|
void |
setIdentity(IdentityTypes.Info identity)
Identity of the virtual machine.
|
void |
setInstantCloneFrozen(java.lang.Boolean instantCloneFrozen)
Indicates whether the virtual machine is frozen for instant clone, or not.
|
void |
setMemory(MemoryTypes.Info memory)
Memory configuration.
|
void |
setName(java.lang.String name)
Virtual machine name.
|
void |
setNics(java.util.Map<java.lang.String,EthernetTypes.Info> nics)
List of Ethernet adapters.
|
void |
setNvmeAdapters(java.util.Map<java.lang.String,NvmeTypes.Info> nvmeAdapters)
List of NVMe adapters.
|
void |
setParallelPorts(java.util.Map<java.lang.String,ParallelTypes.Info> parallelPorts)
List of parallel ports.
|
void |
setPowerState(PowerTypes.State powerState)
Power state of the virtual machine.
|
void |
setSataAdapters(java.util.Map<java.lang.String,SataTypes.Info> sataAdapters)
List of SATA adapters.
|
void |
setScsiAdapters(java.util.Map<java.lang.String,ScsiTypes.Info> scsiAdapters)
List of SCSI adapters.
|
void |
setSerialPorts(java.util.Map<java.lang.String,SerialTypes.Info> serialPorts)
List of serial ports.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public Info()
protected Info(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()
public void setName(java.lang.String name)
name
- New value for the property.public IdentityTypes.Info getIdentity()
public void setIdentity(IdentityTypes.Info identity)
identity
- New value for the property.public PowerTypes.State getPowerState()
public void setPowerState(PowerTypes.State powerState)
powerState
- New value for the property.public java.lang.Boolean getInstantCloneFrozen()
public void setInstantCloneFrozen(java.lang.Boolean instantCloneFrozen)
instantCloneFrozen
- New value for the property.public HardwareTypes.Info getHardware()
public void setHardware(HardwareTypes.Info hardware)
hardware
- New value for the property.public BootTypes.Info getBoot()
public void setBoot(BootTypes.Info boot)
boot
- New value for the property.public java.util.List<DeviceTypes.Entry> getBootDevices()
List
has no entries, a
server-specific default boot sequence is used.public void setBootDevices(java.util.List<DeviceTypes.Entry> bootDevices)
List
has no entries, a
server-specific default boot sequence is used.bootDevices
- New value for the property.public CpuTypes.Info getCpu()
public void setCpu(CpuTypes.Info cpu)
cpu
- New value for the property.public MemoryTypes.Info getMemory()
public void setMemory(MemoryTypes.Info memory)
memory
- New value for the property.public java.util.Map<java.lang.String,DiskTypes.Info> getDisks()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When methods return a value of this class
as a return value, the key in the property Map
will be an
identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.public void setDisks(java.util.Map<java.lang.String,DiskTypes.Info> disks)
disks
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When methods return a value of this class
as a return value, the key in the property Map
will be an
identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.public java.util.Map<java.lang.String,EthernetTypes.Info> getNics()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
.public void setNics(java.util.Map<java.lang.String,EthernetTypes.Info> nics)
nics
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
.public java.util.Map<java.lang.String,CdromTypes.Info> getCdroms()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Cdrom
. When methods return a value of this class
as a return value, the key in the property Map
will be an
identifier for the resource type: com.vmware.vcenter.vm.hardware.Cdrom
.public void setCdroms(java.util.Map<java.lang.String,CdromTypes.Info> cdroms)
cdroms
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Cdrom
. When methods return a value of this class
as a return value, the key in the property Map
will be an
identifier for the resource type: com.vmware.vcenter.vm.hardware.Cdrom
.public java.util.Map<java.lang.String,FloppyTypes.Info> getFloppies()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Floppy
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.Floppy
.public void setFloppies(java.util.Map<java.lang.String,FloppyTypes.Info> floppies)
floppies
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Floppy
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.Floppy
.public java.util.Map<java.lang.String,ParallelTypes.Info> getParallelPorts()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ParallelPort
. When methods return a value of
this class as a return value, the key in the property Map
will
be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ParallelPort
.public void setParallelPorts(java.util.Map<java.lang.String,ParallelTypes.Info> parallelPorts)
parallelPorts
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ParallelPort
. When methods return a value of
this class as a return value, the key in the property Map
will
be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ParallelPort
.public java.util.Map<java.lang.String,SerialTypes.Info> getSerialPorts()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.SerialPort
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.SerialPort
.public void setSerialPorts(java.util.Map<java.lang.String,SerialTypes.Info> serialPorts)
serialPorts
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.SerialPort
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.SerialPort
.public java.util.Map<java.lang.String,SataTypes.Info> getSataAdapters()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.SataAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.SataAdapter
.public void setSataAdapters(java.util.Map<java.lang.String,SataTypes.Info> sataAdapters)
sataAdapters
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.SataAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.SataAdapter
.public java.util.Map<java.lang.String,ScsiTypes.Info> getScsiAdapters()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ScsiAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.ScsiAdapter
.public void setScsiAdapters(java.util.Map<java.lang.String,ScsiTypes.Info> scsiAdapters)
scsiAdapters
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ScsiAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.ScsiAdapter
.public java.util.Map<java.lang.String,NvmeTypes.Info> getNvmeAdapters()
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.NvmeAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.NvmeAdapter
.public void setNvmeAdapters(java.util.Map<java.lang.String,NvmeTypes.Info> nvmeAdapters)
nvmeAdapters
- New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map
must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.NvmeAdapter
. When methods return a value of this
class as a return value, the key in the property Map
will be
an identifier for the resource type: com.vmware.vcenter.vm.hardware.NvmeAdapter
.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.Info _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.Info _newInstance2(com.vmware.vapi.data.StructValue structValue)