Cluster Director v1beta API - Class FileShareConfig (1.0.0-beta01)

public sealed class FileShareConfig : IMessage<FileShareConfig>, IEquatable<FileShareConfig>, IDeepCloneable<FileShareConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1beta API class FileShareConfig.

Message describing filestore configuration

Inheritance

object > FileShareConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

FileShareConfig()

public FileShareConfig()

FileShareConfig(FileShareConfig)

public FileShareConfig(FileShareConfig other)
Parameter
Name Description
other FileShareConfig

Properties

CapacityGb

public long CapacityGb { get; set; }

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.

Property Value
Type Description
long

FileShare

public string FileShare { get; set; }

Required. Filestore share location

Property Value
Type Description
string