public sealed class DeleteNodeset : IMessage<DeleteNodeset>, IEquatable<DeleteNodeset>, IDeepCloneable<DeleteNodeset>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class DeleteNodeset.
When set in OperationStep, indicates that a nodeset should be deleted.
Implements
IMessageDeleteNodeset, IEquatableDeleteNodeset, IDeepCloneableDeleteNodeset, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
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 |
|