public sealed class TestIamPermissionsInstantSnapshotRequest : IMessage<TestIamPermissionsInstantSnapshotRequest>, IEquatable<TestIamPermissionsInstantSnapshotRequest>, IDeepCloneable<TestIamPermissionsInstantSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsInstantSnapshotRequest.
A request message for InstantSnapshots.TestIamPermissions. See the method description for details.
Implements
IMessageTestIamPermissionsInstantSnapshotRequest, IEquatableTestIamPermissionsInstantSnapshotRequest, IDeepCloneableTestIamPermissionsInstantSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TestIamPermissionsInstantSnapshotRequest()
public TestIamPermissionsInstantSnapshotRequest()
TestIamPermissionsInstantSnapshotRequest(TestIamPermissionsInstantSnapshotRequest)
public TestIamPermissionsInstantSnapshotRequest(TestIamPermissionsInstantSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other |
TestIamPermissionsInstantSnapshotRequest |
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 |
TestPermissionsRequestResource
public TestPermissionsRequest TestPermissionsRequestResource { get; set; }
The body resource for this request
Property Value | |
---|---|
Type | Description |
TestPermissionsRequest |
Zone
public string Zone { get; set; }
The name of the zone for this request.
Property Value | |
---|---|
Type | Description |
string |