Show / Hide Table of Contents

Class FileShareConfig

File share configuration for the instance.

Inheritance
object
FileShareConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX