Compute Engine v1 API - Class SetIamPolicyInstantSnapshotGroupRequest (3.27.0)

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

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

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

Inheritance

object > SetIamPolicyInstantSnapshotGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SetIamPolicyInstantSnapshotGroupRequest()

public SetIamPolicyInstantSnapshotGroupRequest()

SetIamPolicyInstantSnapshotGroupRequest(SetIamPolicyInstantSnapshotGroupRequest)

public SetIamPolicyInstantSnapshotGroupRequest(SetIamPolicyInstantSnapshotGroupRequest other)
Parameter
Name Description
other SetIamPolicyInstantSnapshotGroupRequest

Properties

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

ZoneSetPolicyRequestResource

public ZoneSetPolicyRequest ZoneSetPolicyRequestResource { get; set; }

The body resource for this request

Property Value
Type Description
ZoneSetPolicyRequest