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-04-09 UTC."],[[["The latest version of the `GetShieldedInstanceIdentityInstanceRequest` is 3.6.0, with multiple previous versions available for reference, ranging from 1.0.0 to 3.5.0."],["`GetShieldedInstanceIdentityInstanceRequest` is a class within the Compute Engine v1 API used for requesting information about shielded instances."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the namespace `Google.Cloud.Compute.V1`."],["The class includes properties for `Instance`, `Project`, and `Zone`, which are all of type `string`, for defining the scope of the request."],["There are two constructors for the `GetShieldedInstanceIdentityInstanceRequest` class: a default constructor and a copy constructor that takes another instance of the class as a parameter."]]],[]]