public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage
public bool EnableIntegrityMonitoring { get; set; }
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance.
The attestation is performed against the integrity policy baseline. This
baseline is initially derived from the implicitly trusted boot image when
the instance is created.
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."],[[["This webpage provides documentation for the `ShieldedInstanceConfig` class within the `Google.Cloud.Container.V1` namespace, covering versions from 2.3.0 up to the latest 3.33.0."],["`ShieldedInstanceConfig` is a class that represents a set of options for configuring shielded instances, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ShieldedInstanceConfig` class has two primary properties: `EnableIntegrityMonitoring`, which enables monitoring of boot integrity, and `EnableSecureBoot`, which ensures the system only runs authentic software by verifying digital signatures."],["There are two constructors, one default and another that accepts a `ShieldedInstanceConfig` object, for creating `ShieldedInstanceConfig` instances."]]],[]]