public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIntegrityPolicy.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `ShieldedInstanceIntegrityPolicy` class within the Google Cloud Compute Engine v1 API, specifically version 3.2.0 of the .NET library."],["The `ShieldedInstanceIntegrityPolicy` class is used to define the baseline for measuring the boot integrity of Compute Engine instances, and it can be found in the namespace `Google.Cloud.Compute.V1`."],["The provided content outlines that this `ShieldedInstanceIntegrityPolicy` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for `ShieldedInstanceIntegrityPolicy`, which are a parameterless constructor and one that takes another `ShieldedInstanceIntegrityPolicy` as input."],["The `ShieldedInstanceIntegrityPolicy` class includes properties like `HasUpdateAutoLearnPolicy` to check if the field is set, and `UpdateAutoLearnPolicy` which allows updating the policy baseline using the measurements from the instance's most recent boot."]]],[]]