public sealed class GetNetworkEndpointGroupRequest : IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetNetworkEndpointGroupRequest.
A request message for NetworkEndpointGroups.Get. See the method description for details.
Implements
IMessageGetNetworkEndpointGroupRequest, IEquatableGetNetworkEndpointGroupRequest, IDeepCloneableGetNetworkEndpointGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNetworkEndpointGroupRequest()
public GetNetworkEndpointGroupRequest()GetNetworkEndpointGroupRequest(GetNetworkEndpointGroupRequest)
public GetNetworkEndpointGroupRequest(GetNetworkEndpointGroupRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetNetworkEndpointGroupRequest | 
      
Properties
NetworkEndpointGroup
public string NetworkEndpointGroup { get; set; }The name of the network endpoint group. It should comply with RFC1035.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
string | 
        |