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-03-21 UTC."],[[["This webpage provides reference documentation for the `ShieldedInstanceIntegrityPolicy` class within the Google Cloud Compute Engine v1 API, highlighting versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `ShieldedInstanceIntegrityPolicy` class, which is used to measure the boot integrity of instances, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShieldedInstanceIntegrityPolicy` class has two constructors, one being a parameterless constructor, and the other accepting another `ShieldedInstanceIntegrityPolicy` instance."],["The class includes properties like `HasUpdateAutoLearnPolicy`, which indicates whether the `update_auto_learn_policy` field is set, and `UpdateAutoLearnPolicy`, allowing the updating of the integrity policy baseline."],["The namespace of this specific class is found under `Google.Cloud.Compute.V1` inside of the `Google.Cloud` namespace, and it is assembled in `Google.Cloud.Compute.V1.dll`."]]],[]]