Google Cloud Filestore V1 Client - Class FileShareConfig (1.0.3)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class FileShareConfig.

File share configuration for the instance.

Generated from protobuf message google.cloud.filestore.v1.FileShareConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the file share (must be 16 characters or less).

↳ capacity_gb int|string

File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3 bytes.

↳ source_backup string

The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.

↳ nfs_export_options array<Google\Cloud\Filestore\V1\NfsExportOptions>

Nfs Export Options. There is a limit of 10 export options per file share.

getName

The name of the file share (must be 16 characters or less).

Returns
Type Description
string

setName

The name of the file share (must be 16 characters or less).

Parameter
Name Description
var string
Returns
Type Description
$this

getCapacityGb

File share capacity in gigabytes (GB).

Cloud Filestore defines 1 GB as 1024^3 bytes.

Returns
Type Description
int|string

setCapacityGb

File share capacity in gigabytes (GB).

Cloud Filestore defines 1 GB as 1024^3 bytes.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getSourceBackup

The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.

Returns
Type Description
string

hasSourceBackup

setSourceBackup

The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.

Parameter
Name Description
var string
Returns
Type Description
$this

getNfsExportOptions

Nfs Export Options.

There is a limit of 10 export options per file share.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNfsExportOptions

Nfs Export Options.

There is a limit of 10 export options per file share.

Parameter
Name Description
var array<Google\Cloud\Filestore\V1\NfsExportOptions>
Returns
Type Description
$this

getSource

Returns
Type Description
string