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

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

Reference documentation and code samples for the Cluster Director v1 API class DeleteNodeset.

When set in OperationStep, indicates that a nodeset should be deleted.

Inheritance

object > DeleteNodeset

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

DeleteNodeset()

public DeleteNodeset()

DeleteNodeset(DeleteNodeset)

public DeleteNodeset(DeleteNodeset other)
Parameter
Name Description
other DeleteNodeset

Properties

Nodesets

public RepeatedField<string> Nodesets { get; }

Output only. Name of the nodeset to delete

Property Value
Type Description
RepeatedFieldstring