Google Cloud Net App V1 Client - Class MountOption (1.7.0)

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 \ V1

Methods

__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

↳ ip_address string

Output only. IP Address.

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 Enum of type Protocols.

setProtocol

Protocol to mount with.

Parameter
Name Description
var int

Enum of type Protocols.

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

getIpAddress

Output only. IP Address.

Returns
Type Description
string

setIpAddress

Output only. IP Address.

Parameter
Name Description
var string
Returns
Type Description
$this