Compute Engine v1 API - Class GetNetworkRequest (2.11.0)

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

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

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

Inheritance

object > GetNetworkRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNetworkRequest()

public GetNetworkRequest()

GetNetworkRequest(GetNetworkRequest)

public GetNetworkRequest(GetNetworkRequest other)
Parameter
NameDescription
otherGetNetworkRequest

Properties

Network

public string Network { get; set; }

Name of the network to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string