Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class NfsShare.
An NFS share.
Generated from protobuf message google.cloud.baremetalsolution.v2.NfsShare
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The name of the NFS share.
↳ nfs_share_id
string
Output only. An identifier for the NFS share, generated by the backend.
↳ state
int
The state of the NFS share.
↳ volume
string
The volume containing the share.
↳ allowed_clients
↳ labels
getName
Output only. The name of the NFS share.
string
setName
Output only. The name of the NFS share.
var
string
$this
getNfsShareId
Output only. An identifier for the NFS share, generated by the backend.
string
setNfsShareId
Output only. An identifier for the NFS share, generated by the backend.
var
string
$this
getState
The state of the NFS share.
int
setState
The state of the NFS share.
var
int
$this
getVolume
The volume containing the share.
string
setVolume
The volume containing the share.
var
string
$this
getAllowedClients
List of allowed access points.
setAllowedClients
List of allowed access points.
$this
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this