Resource: NetworkEndpointGroup
Represents a collection of network endpoints.
For more information read Setting up network endpoint groups in load balancing.
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "selfLink": string, "name": string, "description": string, "networkEndpointType": enum, "size": number, "zone": string, "network": string, "subnetwork": string, "defaultPort": number, "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
selfLink |
[Output Only] Server-defined URL for the resource. |
name |
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
networkEndpointType |
Type of network endpoints in this network endpoint group. Currently the only supported value is |
size |
[Output only] Number of network endpoints in the network endpoint group. |
zone |
[Output Only] The URL of the zone where the network endpoint group is located. |
network |
The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified. |
subnetwork |
Optional URL of the subnetwork to which all network endpoints in the NEG belong. |
defaultPort |
The default port used if the port number is not specified in the network endpoint. |
kind |
[Output Only] Type of the resource. Always |
Methods |
|
---|---|
|
Retrieves the list of network endpoint groups and sorts them by zone. |
|
Attach a list of network endpoints to the specified network endpoint group. |
|
Deletes the specified network endpoint group. |
|
Detach a list of network endpoints from the specified network endpoint group. |
|
Returns the specified network endpoint group. |
|
Creates a network endpoint group in the specified project using the parameters that are included in the request. |
|
Retrieves the list of network endpoint groups that are located in the specified project and zone. |
|
Lists the network endpoints in the specified network endpoint group. |
|
Returns permissions that a caller has on the specified resource. |