public sealed class CreateFilestoreInstance : IMessage<CreateFilestoreInstance>, IEquatable<CreateFilestoreInstance>, IDeepCloneable<CreateFilestoreInstance>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class CreateFilestoreInstance.
When set in OperationStep, indicates that a new filestore instance should be created.
Implements
IMessageCreateFilestoreInstance, IEquatableCreateFilestoreInstance, IDeepCloneableCreateFilestoreInstance, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
CreateFilestoreInstance()
public CreateFilestoreInstance()CreateFilestoreInstance(CreateFilestoreInstance)
public CreateFilestoreInstance(CreateFilestoreInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFilestoreInstance |
Properties
Filestore
public string Filestore { get; set; }Output only. Name of the Filestore instance, 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 |
|