Class FileShareConfig
File share configuration for the instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class FileShareConfig : IDirectResponseSchema
Properties
CapacityGb
File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
Declaration
[JsonProperty("capacityGb")]
public virtual long? CapacityGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NfsExportOptions
Nfs Export Options. There is a limit of 10 export options per file share.
Declaration
[JsonProperty("nfsExportOptions")]
public virtual IList<NfsExportOptions> NfsExportOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<NfsExportOptions> |
SourceBackup
The resource name of the backup, in the format
projects/{project_id}/locations/{location_id}/backups/{backup_id}
, that this file share has been restored
from.
Declaration
[JsonProperty("sourceBackup")]
public virtual string SourceBackup { get; set; }
Property Value
Type | Description |
---|---|
string |