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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with version 3.27.0 being the specific version covered on this page."],["This webpage provides reference documentation for the `SecondaryBootDisk` class, which represents a persistent disk attached to a node in Google Kubernetes Engine, with configurations based on its mode."],["The `SecondaryBootDisk` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SecondaryBootDisk` class has two properties: `DiskImage`, which is a string representing the fully-qualified resource ID for a disk image, and `Mode`, which specifies the disk's mode using the enum `SecondaryBootDisk.Types.Mode`."],["This `SecondaryBootDisk` class is found within the `Google.Cloud.Container.V1` namespace, and the `Google.Cloud.Container.V1.dll` assembly."]]],[]]