public sealed class GetShieldedInstanceIdentityInstanceRequest : IMessage<GetShieldedInstanceIdentityInstanceRequest>, IEquatable<GetShieldedInstanceIdentityInstanceRequest>, IDeepCloneable<GetShieldedInstanceIdentityInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetShieldedInstanceIdentityInstanceRequest.
A request message for Instances.GetShieldedInstanceIdentity. See the method description for details.
[[["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 reference documentation for the `GetShieldedInstanceIdentityInstanceRequest` class within the Compute Engine v1 API, specifically for .NET development."],["The latest version of the API documented is 3.6.0, and the page lists versions going back to 1.0.0, providing links to the respective documentation for each."],["The `GetShieldedInstanceIdentityInstanceRequest` class is used to make a request to obtain shielded instance identity and inherits from `object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has 3 properties, `Instance`, `Project` and `Zone`, which are of string type and are used to specify the name or id of the instance, the Project ID and the name of the zone for the request respectively."],["Two constructors are available for the class: a parameterless one and another where you can pass an existing instance of the class as the `other` parameter."]]],[]]