Class DeleteNodeset
When set in OperationStep, indicates that a nodeset should be deleted.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class DeleteNodeset : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nodesets
Output only. Name of the nodeset to delete
Declaration
[JsonProperty("nodesets")]
public virtual IList<string> Nodesets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |