Show / Hide Table of Contents

Class NewFilestoreConfig

When set in a StorageResourceConfig, indicates that a new Filestore instance should be created.

Inheritance
object
NewFilestoreConfig
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.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NewFilestoreConfig : IDirectResponseSchema

Properties

Description

Optional. Immutable. Description of the instance. Maximum of 2048 characters.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileShares

Required. Immutable. File system shares on the instance. Exactly one file share must be specified.

Declaration
[JsonProperty("fileShares")]
public virtual IList<FileShareConfig> FileShares { get; set; }
Property Value
Type Description
IList<FileShareConfig>

Filestore

Required. Immutable. Name of the Filestore instance to create, in the format projects/{project}/locations/{location}/instances/{instance}

Declaration
[JsonProperty("filestore")]
public virtual string Filestore { get; set; }
Property Value
Type Description
string

Protocol

Optional. Immutable. Access protocol to use for all file shares in the instance. Defaults to NFS V3 if not set.

Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type Description
string

Tier

Required. Immutable. Service tier to use for the instance.

Declaration
[JsonProperty("tier")]
public virtual string Tier { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX