public sealed class UpdateNodeset : IMessage<UpdateNodeset>, IEquatable<UpdateNodeset>, IDeepCloneable<UpdateNodeset>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class UpdateNodeset.
When set in OperationStep, indicates that a nodeset should be updated.
Implements
IMessageUpdateNodeset, IEquatableUpdateNodeset, IDeepCloneableUpdateNodeset, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
UpdateNodeset()
public UpdateNodeset()UpdateNodeset(UpdateNodeset)
public UpdateNodeset(UpdateNodeset other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateNodeset |
Properties
Nodesets
public RepeatedField<string> Nodesets { get; }Output only. Name of the nodeset to update
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|