Compute Engine v1 API - Class TestIamPermissionsNodeGroupRequest (2.15.0)

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

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

A request message for NodeGroups.TestIamPermissions. See the method description for details.

Inheritance

object > TestIamPermissionsNodeGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsNodeGroupRequest()

public TestIamPermissionsNodeGroupRequest()

TestIamPermissionsNodeGroupRequest(TestIamPermissionsNodeGroupRequest)

public TestIamPermissionsNodeGroupRequest(TestIamPermissionsNodeGroupRequest other)
Parameter
NameDescription
otherTestIamPermissionsNodeGroupRequest

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

TestPermissionsRequestResource

public TestPermissionsRequest TestPermissionsRequestResource { get; set; }

The body resource for this request

Property Value
TypeDescription
TestPermissionsRequest

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string