public sealed class SetIamPolicyInstantSnapshotRequest : IMessage<SetIamPolicyInstantSnapshotRequest>, IEquatable<SetIamPolicyInstantSnapshotRequest>, IDeepCloneable<SetIamPolicyInstantSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class SetIamPolicyInstantSnapshotRequest.
A request message for InstantSnapshots.SetIamPolicy. See the method description for details.
Implements
IMessageSetIamPolicyInstantSnapshotRequest, IEquatableSetIamPolicyInstantSnapshotRequest, IDeepCloneableSetIamPolicyInstantSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SetIamPolicyInstantSnapshotRequest()
public SetIamPolicyInstantSnapshotRequest()SetIamPolicyInstantSnapshotRequest(SetIamPolicyInstantSnapshotRequest)
public SetIamPolicyInstantSnapshotRequest(SetIamPolicyInstantSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SetIamPolicyInstantSnapshotRequest |
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 |
|