public sealed class GetShieldedInstanceIdentityInstanceRequest : IMessage<GetShieldedInstanceIdentityInstanceRequest>, IEquatable<GetShieldedInstanceIdentityInstanceRequest>, IDeepCloneable<GetShieldedInstanceIdentityInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.GetShieldedInstanceIdentity. See the method description for details.
Implements
IMessage<GetShieldedInstanceIdentityInstanceRequest>, IEquatable<GetShieldedInstanceIdentityInstanceRequest>, IDeepCloneable<GetShieldedInstanceIdentityInstanceRequest>, 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 |