DiskEntry
class DiskEntry extends Model (View source)
Properties
| string | $capacityBytes | ||
| string | $diskLabel | ||
| string | $diskLabelType | ||
| string | $freeBytes | ||
| string | $hwAddress | ||
| string | $interfaceType | ||
| protected | $partitionsType | ||
| protected | $partitionsDataType | ||
| protected | $vmwareType | ||
| protected | $vmwareDataType |
Methods
setCapacityBytes($capacityBytes)
No description
string
getCapacityBytes()
No description
setDiskLabel($diskLabel)
No description
string
getDiskLabel()
No description
setDiskLabelType($diskLabelType)
No description
string
getDiskLabelType()
No description
setFreeBytes($freeBytes)
No description
string
getFreeBytes()
No description
setHwAddress($hwAddress)
No description
string
getHwAddress()
No description
setInterfaceType($interfaceType)
No description
string
getInterfaceType()
No description
getPartitions()
No description
getVmware()
No description
Details
setCapacityBytes($capacityBytes)
No description
string
getCapacityBytes()
No description
setDiskLabel($diskLabel)
No description
string
getDiskLabel()
No description
setDiskLabelType($diskLabelType)
No description
string
getDiskLabelType()
No description
setFreeBytes($freeBytes)
No description
string
getFreeBytes()
No description
setHwAddress($hwAddress)
No description
string
getHwAddress()
No description
setInterfaceType($interfaceType)
No description
string
getInterfaceType()
No description
setPartitions(DiskPartitionList $partitions)
No description
DiskPartitionList
getPartitions()
No description
setVmware(VmwareDiskConfig $vmware)
No description
VmwareDiskConfig
getVmware()
No description