Compute Engine v1 API - Class GetNetworkAttachmentRequest (2.15.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