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