Reference documentation and code samples for the Google Cloud Net App V1 Client class MountOption.
View only mount options for a volume.
Generated from protobuf message google.cloud.netapp.v1.MountOption
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ export |
string
Export string |
↳ export_full |
string
Full export string |
↳ protocol |
int
Protocol to mount with. |
↳ instructions |
string
Instructions for mounting |
getExport
Export string
Returns | |
---|---|
Type | Description |
string |
setExport
Export string
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExportFull
Full export string
Returns | |
---|---|
Type | Description |
string |
setExportFull
Full export string
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProtocol
Protocol to mount with.
Returns | |
---|---|
Type | Description |
int |
setProtocol
Protocol to mount with.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getInstructions
Instructions for mounting
Returns | |
---|---|
Type | Description |
string |
setInstructions
Instructions for mounting
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |