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

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

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

When set in a [StorageResourceConfig][google.cloud.hypercomputecluster.v1beta.StorageResourceConfig], indicates that an existing Filestore instance should be imported.

Inheritance

object > ExistingFilestoreConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

ExistingFilestoreConfig()

public ExistingFilestoreConfig()

ExistingFilestoreConfig(ExistingFilestoreConfig)

public ExistingFilestoreConfig(ExistingFilestoreConfig other)
Parameter
Name Description
other ExistingFilestoreConfig

Properties

Filestore

public string Filestore { get; set; }

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

Property Value
Type Description
string

FilestoreAsFileInstanceName

public FileInstanceName FilestoreAsFileInstanceName { get; set; }

FileInstanceName-typed view over the Filestore resource name property.

Property Value
Type Description
FileInstanceName