public sealed class ShieldedVmConfig : IMessage<ShieldedVmConfig>, IEquatable<ShieldedVmConfig>, IDeepCloneable<ShieldedVmConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["The `ShieldedVmConfig` class, part of the Vertex AI v1beta1 API, defines configuration options for Shielded Instances, enhancing security."],["It is accessible via the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The `ShieldedVmConfig` class provides a property, `EnableSecureBoot`, that allows you to set if Secure Boot is enabled or not, enhancing the system security."],["The latest version available is 1.0.0-beta21, and 1.0.0-beta20 is another prior version available."]]],[]]