FileShareConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
File share configuration for the instance.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
name |
str
The name of the file share (must be 16 characters or less). |
capacity_gb |
int
File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3 bytes. |
source_backup |
str
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.
This field is a member of oneof _ source .
|
nfs_export_options |
Sequence[google.cloud.filestore_v1.types.NfsExportOptions]
Nfs Export Options. There is a limit of 10 export options per file share. |