class NfsShare extends Collection (View source)

Properties

protected $collection_key
protected $allowedClientsType
protected $allowedClientsDataType
string $id
string[] $labels
string $name
string $nfsShareId
string $pod
string $requestedSizeGib
string $state
string $storageType
string $volume

Methods

setAllowedClients($allowedClients)

No description

getAllowedClients()

No description

setId($id)

No description

string
getId()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setName($name)

No description

string
getName()

No description

setNfsShareId($nfsShareId)

No description

string
getNfsShareId()

No description

setPod($pod)

No description

string
getPod()

No description

setRequestedSizeGib($requestedSizeGib)

No description

string
getRequestedSizeGib()

No description

setState($state)

No description

string
getState()

No description

setStorageType($storageType)

No description

string
getStorageType()

No description

setVolume($volume)

No description

string
getVolume()

No description

Details

setAllowedClients($allowedClients)

No description

Parameters

$allowedClients

AllowedClient[] getAllowedClients()

No description

Return Value

AllowedClient[]

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setNfsShareId($nfsShareId)

No description

Parameters

$nfsShareId

string getNfsShareId()

No description

Return Value

string

setPod($pod)

No description

Parameters

$pod

string getPod()

No description

Return Value

string

setRequestedSizeGib($requestedSizeGib)

No description

Parameters

$requestedSizeGib

string getRequestedSizeGib()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setStorageType($storageType)

No description

Parameters

$storageType

string getStorageType()

No description

Return Value

string

setVolume($volume)

No description

Parameters

$volume

string getVolume()

No description

Return Value

string