Class VirtualCPU
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.hardware.AbstractVirtualHardware
-
- com.zerog.ia.auto.project.vapp.hardware.VirtualCPU
-
- All Implemented Interfaces:
Referenceable
,VirtualEntity
,VirtualHardwareEntity
public final class VirtualCPU extends AbstractVirtualHardware
Represents a Virtual CPU Note (Project Automation) - Set HardwareResourceType and HardwareResourceSubtype while creating a new instance
-
-
Constructor Summary
Constructors Constructor Description VirtualCPU()
-
Method Summary
-
Methods inherited from class com.zerog.ia.auto.project.vapp.hardware.AbstractVirtualHardware
getAddress, getAddressOnParent, getAllocationUnit, getAutomaticAllocation, getConnection, getHostResource, getId, getInfo, getLimit, getName, getParent, getReservation, getVirtualHardwareResourceSubtype, getVirtualHardwareResourceType, getVirtualQuantity, getWeight, setAddress, setAddressOnParent, setAllocationUnit, setAutomaticAllocation, setConnection, setHostResource, setId, setInfo, setLimit, setName, setParent, setReservation, setVirtualHardwareResourceSubtype, setVirtualHardwareResourceType, setVirtualQuantity, setWeight
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-