Cluster Director v1 API - Class CreateFilestoreInstance (1.0.0-beta01)

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

Reference 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.

Inheritance

object > CreateFilestoreInstance

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

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