public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
The policy describes the baseline against which Instance boot integrity is measured.
[[["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-24 UTC."],[[["The content focuses on the `ShieldedInstanceIntegrityPolicy` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to measure the integrity of instance boots."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The webpage lists all versions of the `ShieldedInstanceIntegrityPolicy` ranging from the latest version, 3.6.0, down to 1.0.0, with the main examples shown being from version 2.0.0."],["The `ShieldedInstanceIntegrityPolicy` class includes a boolean property `UpdateAutoLearnPolicy` that is used to update the integrity policy baseline with measurements from a VM's most recent boot."],["The provided content is specific to the .NET documentation for Google cloud and provides details to the class such as assembly, constructors, and properties, as well as links to the various references."]]],[]]