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 webpage provides reference documentation for the `SecondaryBootDisk` class within the Google Kubernetes Engine v1 API."],["`SecondaryBootDisk` represents a persistent disk attached to a node with specific configurations based on its mode and is part of the `Google.Cloud.Container.V1` namespace."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors for `SecondaryBootDisk`: one default and another that takes an existing `SecondaryBootDisk` instance as a parameter."],["The `SecondaryBootDisk` class has properties for `DiskImage` which is a string type and `Mode`, which is a `SecondaryBootDisk.Types.Mode` type."]]],[]]