public sealed class FileShareConfig : IMessage<FileShareConfig>, IEquatable<FileShareConfig>, IDeepCloneable<FileShareConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class FileShareConfig.
Message describing filestore configuration
Implements
IMessageFileShareConfig, IEquatableFileShareConfig, IDeepCloneableFileShareConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
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 |
|