class Disk extends Model (View source)

Properties

string $diskType
string $mountPoint
int $sizeGb

Methods

setDiskType($diskType)

No description

string
getDiskType()

No description

setMountPoint($mountPoint)

No description

string
getMountPoint()

No description

setSizeGb($sizeGb)

No description

int
getSizeGb()

No description

Details

setDiskType($diskType)

No description

Parameters

$diskType

string getDiskType()

No description

Return Value

string

setMountPoint($mountPoint)

No description

Parameters

$mountPoint

string getMountPoint()

No description

Return Value

string

setSizeGb($sizeGb)

No description

Parameters

$sizeGb

int getSizeGb()

No description

Return Value

int