public sealed class ShieldedInstanceIdentityEntry : IMessage<ShieldedInstanceIdentityEntry>, IEquatable<ShieldedInstanceIdentityEntry>, IDeepCloneable<ShieldedInstanceIdentityEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIdentityEntry.
[[["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."],[[["This webpage provides documentation for the `ShieldedInstanceIdentityEntry` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.15.0."],["The `ShieldedInstanceIdentityEntry` class, part of the Compute Engine v1 API, is designed to represent a Shielded Instance Identity Entry and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties `EkCert` and `EkPub`, representing a PEM-encoded X.509 certificate and a PEM-encoded public key, respectively, and also includes the boolean properties `HasEkCert` and `HasEkPub`."],["The document outlines the class's constructors, `ShieldedInstanceIdentityEntry()` and `ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry other)`, along with inherited members from the `object` base class."],["The documentation includes a comprehensive version history of the `ShieldedInstanceIdentityEntry` class, detailing available versions from 1.0.0 up to the latest 3.6.0."]]],[]]