Compute Engine v1 API - Class GetNetworkAttachmentRequest (2.5.0)

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

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

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

Inheritance

Object > GetNetworkAttachmentRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNetworkAttachmentRequest()

public GetNetworkAttachmentRequest()

GetNetworkAttachmentRequest(GetNetworkAttachmentRequest)

public GetNetworkAttachmentRequest(GetNetworkAttachmentRequest other)
Parameter
NameDescription
otherGetNetworkAttachmentRequest

Properties

NetworkAttachment

public string NetworkAttachment { get; set; }

Name of the NetworkAttachment resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Name of the region of this request.

Property Value
TypeDescription
String