Google Kubernetes Engine v1 API - Class SecondaryBootDisk (3.25.0)

public sealed class SecondaryBootDisk : IMessage<SecondaryBootDisk>, IEquatable<SecondaryBootDisk>, IDeepCloneable<SecondaryBootDisk>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class SecondaryBootDisk.

SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.

Inheritance

object > SecondaryBootDisk

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

SecondaryBootDisk()

public SecondaryBootDisk()

SecondaryBootDisk(SecondaryBootDisk)

public SecondaryBootDisk(SecondaryBootDisk other)
Parameter
NameDescription
otherSecondaryBootDisk

Properties

DiskImage

public string DiskImage { get; set; }

Fully-qualified resource ID for an existing disk image.

Property Value
TypeDescription
string

Mode

public SecondaryBootDisk.Types.Mode Mode { get; set; }

Disk mode (container image cache, etc.)

Property Value
TypeDescription
SecondaryBootDiskTypesMode