Compute Engine v1 API - Class GetNetworkEndpointGroupRequest (2.15.0)

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

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

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

Inheritance

object > GetNetworkEndpointGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNetworkEndpointGroupRequest()

public GetNetworkEndpointGroupRequest()

GetNetworkEndpointGroupRequest(GetNetworkEndpointGroupRequest)

public GetNetworkEndpointGroupRequest(GetNetworkEndpointGroupRequest other)
Parameter
NameDescription
otherGetNetworkEndpointGroupRequest

Properties

NetworkEndpointGroup

public string NetworkEndpointGroup { get; set; }

The name of the network endpoint group. It should comply with RFC1035.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone where the network endpoint group is located. It should comply with RFC1035.

Property Value
TypeDescription
string