Compute Engine v1 API - Class GetIamPolicyDiskRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyDiskRequest.

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

Inheritance

object > GetIamPolicyDiskRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetIamPolicyDiskRequest()

public GetIamPolicyDiskRequest()

GetIamPolicyDiskRequest(GetIamPolicyDiskRequest)

public GetIamPolicyDiskRequest(GetIamPolicyDiskRequest other)
Parameter
NameDescription
otherGetIamPolicyDiskRequest

Properties

HasOptionsRequestedPolicyVersion

public bool HasOptionsRequestedPolicyVersion { get; }

Gets whether the "options_requested_policy_version" field is set

Property Value
TypeDescription
bool

OptionsRequestedPolicyVersion

public int OptionsRequestedPolicyVersion { get; set; }

Requested IAM Policy version.

Property Value
TypeDescription
int

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