public sealed class GetShieldedInstanceIdentityInstanceRequest : IMessage<GetShieldedInstanceIdentityInstanceRequest>, IEquatable<GetShieldedInstanceIdentityInstanceRequest>, IDeepCloneable<GetShieldedInstanceIdentityInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetShieldedInstanceIdentityInstanceRequest.
A request message for Instances.GetShieldedInstanceIdentity. See the method description for details.
Implements
IMessageGetShieldedInstanceIdentityInstanceRequest, IEquatableGetShieldedInstanceIdentityInstanceRequest, IDeepCloneableGetShieldedInstanceIdentityInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetShieldedInstanceIdentityInstanceRequest()
public GetShieldedInstanceIdentityInstanceRequest()GetShieldedInstanceIdentityInstanceRequest(GetShieldedInstanceIdentityInstanceRequest)
public GetShieldedInstanceIdentityInstanceRequest(GetShieldedInstanceIdentityInstanceRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetShieldedInstanceIdentityInstanceRequest | 
      
Properties
Instance
public string Instance { get; set; }Name or id of the instance scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |