Class VirtualHardDisk
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.hardware.AbstractVirtualHardware
-
- com.zerog.ia.auto.project.vapp.hardware.VirtualHardDisk
-
- All Implemented Interfaces:
Referenceable
,VirtualEntity
,VirtualHardwareEntity
public final class VirtualHardDisk extends AbstractVirtualHardware
Represents a Virtual Hard Disk Note (Project Automation) - Set HardwareResourceType and HardwareResourceSubtype while creating a new instance
-
-
Constructor Summary
Constructors Constructor Description VirtualHardDisk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileReferenceIDOfHardDisk()
This is a string reference to this hard disk.java.lang.String
getLocationOfDiskFile()
relative location of the disk filevoid
setFileReferenceIDOfHardDisk(java.lang.String FileReferenceIDOfHardDisk)
This is a string reference to this hard disk.void
setLocationOfDiskFile(java.lang.String LocationOfDiskFile)
relative location of the disk file-
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
-
-
-
-
Method Detail
-
getLocationOfDiskFile
public java.lang.String getLocationOfDiskFile()
relative location of the disk file
-
setLocationOfDiskFile
public void setLocationOfDiskFile(java.lang.String LocationOfDiskFile)
relative location of the disk file
-
getFileReferenceIDOfHardDisk
public java.lang.String getFileReferenceIDOfHardDisk()
This is a string reference to this hard disk. The value specified here will also be used in the HostResource for the VirtualHardware as part of the HostResource string format.
-
setFileReferenceIDOfHardDisk
public void setFileReferenceIDOfHardDisk(java.lang.String FileReferenceIDOfHardDisk)
This is a string reference to this hard disk. The value specified here will also be used in the HostResource for the VirtualHardware as part of the HostResource string format.
-
-