public sealed class ShieldedVmConfig : IMessage<ShieldedVmConfig>, IEquatable<ShieldedVmConfig>, IDeepCloneable<ShieldedVmConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ShieldedVmConfig.
Defines whether the instance has Secure
Boot
enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
[[["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-31 UTC."],[[["The `ShieldedVmConfig` class, part of the Google Cloud AI Platform v1beta1 API, provides configuration options for Shielded Instances."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust message handling and comparison capabilities."],["`ShieldedVmConfig` inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class offers constructors for creating new `ShieldedVmConfig` instances, either default or by copying an existing instance, and is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["It includes a property, `EnableSecureBoot`, which determines if Secure Boot is enabled, a feature that verifies the digital signature of boot components for security purposes."]]],[]]