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

setPartitions(DiskPartitionList $partitions)

No description

getPartitions()

No description

setVmware(VmwareDiskConfig $vmware)

No description

getVmware()

No description

Details

setCapacityBytes($capacityBytes)

No description

Parameters

$capacityBytes

string getCapacityBytes()

No description

Return Value

string

setDiskLabel($diskLabel)

No description

Parameters

$diskLabel

string getDiskLabel()

No description

Return Value

string

setDiskLabelType($diskLabelType)

No description

Parameters

$diskLabelType

string getDiskLabelType()

No description

Return Value

string

setFreeBytes($freeBytes)

No description

Parameters

$freeBytes

string getFreeBytes()

No description

Return Value

string

setHwAddress($hwAddress)

No description

Parameters

$hwAddress

string getHwAddress()

No description

Return Value

string

setInterfaceType($interfaceType)

No description

Parameters

$interfaceType

string getInterfaceType()

No description

Return Value

string

setPartitions(DiskPartitionList $partitions)

No description

Parameters

DiskPartitionList $partitions

DiskPartitionList getPartitions()

No description

Return Value

DiskPartitionList

setVmware(VmwareDiskConfig $vmware)

No description

Parameters

VmwareDiskConfig $vmware

VmwareDiskConfig getVmware()

No description

Return Value

VmwareDiskConfig