Class BootDisk
A Persistent disk used as the boot disk for a Compute Engine VM instance.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class BootDisk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SizeGb
Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.
Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Type
Required. Immutable. Persistent disk type, in the
format projects/{project}/zones/{zone}/diskTypes/{disk_type}.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |