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.
Implements
IMessageSecondaryBootDisk, IEquatableSecondaryBootDisk, IDeepCloneableSecondaryBootDisk, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SecondaryBootDisk()
public SecondaryBootDisk()
SecondaryBootDisk(SecondaryBootDisk)
public SecondaryBootDisk(SecondaryBootDisk other)
Parameter | |
---|---|
Name | Description |
other | SecondaryBootDisk |
Properties
DiskImage
public string DiskImage { get; set; }
Fully-qualified resource ID for an existing disk image.
Property Value | |
---|---|
Type | Description |
string |
Mode
public SecondaryBootDisk.Types.Mode Mode { get; set; }
Disk mode (container image cache, etc.)
Property Value | |
---|---|
Type | Description |
SecondaryBootDiskTypesMode |