public sealed class ExistingFilestoreConfig : IMessage<ExistingFilestoreConfig>, IEquatable<ExistingFilestoreConfig>, IDeepCloneable<ExistingFilestoreConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageExistingFilestoreConfig, IEquatableExistingFilestoreConfig, IDeepCloneableExistingFilestoreConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
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 |
|