Class SecondaryBootDisk
SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class SecondaryBootDisk : IDirectResponseSchema
Properties
DiskImage
Fully-qualified resource ID for an existing disk image.
Declaration
[JsonProperty("diskImage")]
public virtual string DiskImage { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
Disk mode (container image cache, etc.)
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |