class VolumeConfig extends Collection (View source)

Properties

protected $collection_key
string $gcpService
string $id
protected $lunRangesType
protected $lunRangesDataType
string[] $machineIds
string $name
protected $nfsExportsType
protected $nfsExportsDataType
string $performanceTier
string $protocol
int $sizeGb
bool $snapshotsEnabled
string $type
string $userNote

Methods

setGcpService($gcpService)

No description

string
getGcpService()

No description

setId($id)

No description

string
getId()

No description

setLunRanges($lunRanges)

No description

getLunRanges()

No description

setMachineIds($machineIds)

No description

string[]
getMachineIds()

No description

setName($name)

No description

string
getName()

No description

setNfsExports($nfsExports)

No description

getNfsExports()

No description

setPerformanceTier($performanceTier)

No description

string
getPerformanceTier()

No description

setProtocol($protocol)

No description

string
getProtocol()

No description

setSizeGb($sizeGb)

No description

int
getSizeGb()

No description

setSnapshotsEnabled($snapshotsEnabled)

No description

bool
getSnapshotsEnabled()

No description

setType($type)

No description

string
getType()

No description

setUserNote($userNote)

No description

string
getUserNote()

No description

Details

setGcpService($gcpService)

No description

Parameters

$gcpService

string getGcpService()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setLunRanges($lunRanges)

No description

Parameters

$lunRanges

LunRange[] getLunRanges()

No description

Return Value

LunRange[]

setMachineIds($machineIds)

No description

Parameters

$machineIds

string[] getMachineIds()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setNfsExports($nfsExports)

No description

Parameters

$nfsExports

NfsExport[] getNfsExports()

No description

Return Value

NfsExport[]

setPerformanceTier($performanceTier)

No description

Parameters

$performanceTier

string getPerformanceTier()

No description

Return Value

string

setProtocol($protocol)

No description

Parameters

$protocol

string getProtocol()

No description

Return Value

string

setSizeGb($sizeGb)

No description

Parameters

$sizeGb

int getSizeGb()

No description

Return Value

int

setSnapshotsEnabled($snapshotsEnabled)

No description

Parameters

$snapshotsEnabled

bool getSnapshotsEnabled()

No description

Return Value

bool

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string

setUserNote($userNote)

No description

Parameters

$userNote

string getUserNote()

No description

Return Value

string