View Source GoogleApi.File.V1.Model.FileShareConfig (google_api_file v0.35.0)
File share configuration for the instance.
Attributes
-
capacityGb(type:String.t, default:nil) - File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes. -
name(type:String.t, default:nil) - Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores[a-z0-9_]. Must start with a letter. Immutable. -
nfsExportOptions(type:list(GoogleApi.File.V1.Model.NfsExportOptions.t), default:nil) - Nfs Export Options. There is a limit of 10 export options per file share. -
sourceBackup(type:String.t, default:nil) - The resource name of the backup, in the formatprojects/{project_number}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.File.V1.Model.FileShareConfig{ capacityGb: String.t() | nil, name: String.t() | nil, nfsExportOptions: [GoogleApi.File.V1.Model.NfsExportOptions.t()] | nil, sourceBackup: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.