Compute Engine v1 API - Class GetShieldedInstanceIdentityInstanceRequest (2.15.0)

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.

Inheritance

object > GetShieldedInstanceIdentityInstanceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetShieldedInstanceIdentityInstanceRequest()

public GetShieldedInstanceIdentityInstanceRequest()

GetShieldedInstanceIdentityInstanceRequest(GetShieldedInstanceIdentityInstanceRequest)

public GetShieldedInstanceIdentityInstanceRequest(GetShieldedInstanceIdentityInstanceRequest other)
Parameter
NameDescription
otherGetShieldedInstanceIdentityInstanceRequest

Properties

Instance

public string Instance { get; set; }

Name or id of the instance scoping this request.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string