Compute Engine v1 API - Class SetIamPolicyDiskRequest (2.15.0)

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

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

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

Inheritance

object > SetIamPolicyDiskRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SetIamPolicyDiskRequest()

public SetIamPolicyDiskRequest()

SetIamPolicyDiskRequest(SetIamPolicyDiskRequest)

public SetIamPolicyDiskRequest(SetIamPolicyDiskRequest other)
Parameter
NameDescription
otherSetIamPolicyDiskRequest

Properties

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

ZoneSetPolicyRequestResource

public ZoneSetPolicyRequest ZoneSetPolicyRequestResource { get; set; }

The body resource for this request

Property Value
TypeDescription
ZoneSetPolicyRequest