public sealed class GetNetworkEndpointGroupRequest : IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, IBufferMessage, IMessageA request message for NetworkEndpointGroups.Get. See the method description for details.
Implements
IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, 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 |
|