Class GetIamPolicyReservationRequest (1.3.0)

public sealed class GetIamPolicyReservationRequest : IMessage<GetIamPolicyReservationRequest>, IEquatable<GetIamPolicyReservationRequest>, IDeepCloneable<GetIamPolicyReservationRequest>, IBufferMessage, IMessage

A request message for Reservations.GetIamPolicy. See the method description for details.

Inheritance

Object > GetIamPolicyReservationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetIamPolicyReservationRequest()

public GetIamPolicyReservationRequest()

GetIamPolicyReservationRequest(GetIamPolicyReservationRequest)

public GetIamPolicyReservationRequest(GetIamPolicyReservationRequest other)
Parameter
NameDescription
otherGetIamPolicyReservationRequest

Properties

HasOptionsRequestedPolicyVersion

public bool HasOptionsRequestedPolicyVersion { get; }

Gets whether the "options_requested_policy_version" field is set

Property Value
TypeDescription
Boolean

OptionsRequestedPolicyVersion

public int OptionsRequestedPolicyVersion { get; set; }

Requested IAM Policy version.

Property Value
TypeDescription
Int32

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Resource

public string Resource { get; set; }

Name or id of the resource 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