class Disk extends Model (View source)

Properties

string $name
int $sizeGb
string $sourceImage
string $type

Methods

setName($name)

No description

string
getName()

No description

setSizeGb($sizeGb)

No description

int
getSizeGb()

No description

setSourceImage($sourceImage)

No description

string
getSourceImage()

No description

setType($type)

No description

string
getType()

No description

Details

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setSizeGb($sizeGb)

No description

Parameters

$sizeGb

int getSizeGb()

No description

Return Value

int

setSourceImage($sourceImage)

No description

Parameters

$sourceImage

string getSourceImage()

No description

Return Value

string

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string