Class FileShareConfig
Message describing filestore configuration
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class FileShareConfig : IDirectResponseSchema
Properties
CapacityGb
Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers.
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 |
FileShare
Required. Filestore share location
Declaration
[JsonProperty("fileShare")]
public virtual string FileShare { get; set; }
Property Value
| Type | Description |
|---|---|
| string |