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 available is 3.6.0, and the page also lists previous versions, dating back to 1.0.0, allowing users to navigate through different releases."],["The `GetShieldedInstanceIdentityInstanceRequest` class is used to create request messages for the `Instances.GetShieldedInstanceIdentity` method, as indicated by the method description."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Instance`, `Project`, and `Zone`, allowing developers to specify the target instance, project, and zone for the request."]]],[]]