class GcePersistentDisk extends Model (View source)

Properties

string $diskType
bool $readOnly
string $sourceImage
string $sourceSnapshot

Methods

setDiskType($diskType)

No description

string
getDiskType()

No description

setReadOnly($readOnly)

No description

bool
getReadOnly()

No description

setSourceImage($sourceImage)

No description

string
getSourceImage()

No description

setSourceSnapshot($sourceSnapshot)

No description

string
getSourceSnapshot()

No description

Details

setDiskType($diskType)

No description

Parameters

$diskType

string getDiskType()

No description

Return Value

string

setReadOnly($readOnly)

No description

Parameters

$readOnly

bool getReadOnly()

No description

Return Value

bool

setSourceImage($sourceImage)

No description

Parameters

$sourceImage

string getSourceImage()

No description

Return Value

string

setSourceSnapshot($sourceSnapshot)

No description

Parameters

$sourceSnapshot

string getSourceSnapshot()

No description

Return Value

string