Package com.zerog.ia.auto.project.vapp
Class VirtualHardwareInformation
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.VirtualHardwareInformation
-
- All Implemented Interfaces:
Referenceable
public final class VirtualHardwareInformation extends ProjectObject
Represents the Virtual Hardware Information for the VirtualMachineEntity
-
-
Constructor Summary
Constructors Constructor Description VirtualHardwareInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInstanceId()
Unique identifier for the virtual systemVirtualSystemType
getSystemType()
System Typejava.util.List<VirtualHardwareProfile>
getVirtualHardwareProfileList()
List of all Hardware Profiles associated with the VMvoid
setInstanceId(int InstanceId)
Unique identifier for the virtual systemvoid
setSystemType(VirtualSystemType SystemType)
System Typevoid
setVirtualHardwareProfileList(java.util.List<VirtualHardwareProfile> VirtualHardwareProfileList)
List of all Hardware Profiles associated with the VM-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getVirtualHardwareProfileList
public java.util.List<VirtualHardwareProfile> getVirtualHardwareProfileList()
List of all Hardware Profiles associated with the VM
-
setVirtualHardwareProfileList
public void setVirtualHardwareProfileList(java.util.List<VirtualHardwareProfile> VirtualHardwareProfileList)
List of all Hardware Profiles associated with the VM
-
getInstanceId
public int getInstanceId()
Unique identifier for the virtual system
-
setInstanceId
public void setInstanceId(int InstanceId)
Unique identifier for the virtual system
-
getSystemType
public VirtualSystemType getSystemType()
System Type
-
setSystemType
public void setSystemType(VirtualSystemType SystemType)
System Type
-
-