Compute Engine v1 API - Class TestIamPermissionsNetworkAttachmentRequest (2.15.0)

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

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

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

Inheritance

object > TestIamPermissionsNetworkAttachmentRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsNetworkAttachmentRequest()

public TestIamPermissionsNetworkAttachmentRequest()

TestIamPermissionsNetworkAttachmentRequest(TestIamPermissionsNetworkAttachmentRequest)

public TestIamPermissionsNetworkAttachmentRequest(TestIamPermissionsNetworkAttachmentRequest other)
Parameter
NameDescription
otherTestIamPermissionsNetworkAttachmentRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

The name of the region 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