Class ComputeInstanceSlurmNodeSet
When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class ComputeInstanceSlurmNodeSet : IDirectResponseSchema
Properties
BootDisk
Optional. Boot disk for the compute instance
Declaration
[JsonProperty("bootDisk")]
public virtual BootDisk BootDisk { get; set; }
Property Value
| Type | Description |
|---|---|
| BootDisk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Labels that should be applied to each VM instance in the nodeset.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
StartupScript
Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.
Declaration
[JsonProperty("startupScript")]
public virtual string StartupScript { get; set; }
Property Value
| Type | Description |
|---|---|
| string |