public sealed class GetIamPolicyReservationBlockRequest : IMessage<GetIamPolicyReservationBlockRequest>, IEquatable<GetIamPolicyReservationBlockRequest>, IDeepCloneable<GetIamPolicyReservationBlockRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetIamPolicyReservationBlockRequest.
A request message for ReservationBlocks.GetIamPolicy. See the method description for details.
Implements
IMessageGetIamPolicyReservationBlockRequest, IEquatableGetIamPolicyReservationBlockRequest, IDeepCloneableGetIamPolicyReservationBlockRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetIamPolicyReservationBlockRequest()
public GetIamPolicyReservationBlockRequest()GetIamPolicyReservationBlockRequest(GetIamPolicyReservationBlockRequest)
public GetIamPolicyReservationBlockRequest(GetIamPolicyReservationBlockRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIamPolicyReservationBlockRequest |
Properties
HasOptionsRequestedPolicyVersion
public bool HasOptionsRequestedPolicyVersion { get; }Gets whether the "options_requested_policy_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
OptionsRequestedPolicyVersion
public int OptionsRequestedPolicyVersion { get; set; }Requested IAM Policy version.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ParentResource
public string ParentResource { get; set; }Name or id of parent resource of the resource for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resource
public string Resource { get; set; }Name or id of the resource 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 |
|