Resource: NetworkEndpointGroup
Represents a collection of network endpoints.
A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs for different use cases, see Network endpoint groups overview.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "selfLink": string, "name": string, "description": string, "networkEndpointType": enum ( |
Fields | |
---|---|
kind |
[Output Only] Type of the resource. Always
for network endpoint group. |
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. Can be one of
,
,
,
,
,
,
,
. |
size |
[Output only] Number of network endpoints in the network endpoint group. |
region |
[Output Only] The URL of the region where the network endpoint group is located. |
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
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. Optional. If the network endpoint type is either
,
or
, this field must not be specified. |
annotations |
Optional. Metadata defined as annotations on the network endpoint group. |
cloudRun |
Optional. Only valid when
is
,
or
may be set. |
appEngine |
Optional. Only valid when
is
. Only one of
,
or
may be set. |
cloudFunction |
Optional. Only valid when
is
. Only one of
,
or
may be set. |
pscTargetService |
The target service url used to set up private service connection to a Trusted Cloud API or a PSC Producer Service Attachment. An example value is:
. Optional. Only valid when
is
. |
pscData |
Optional. Only valid when
is
. |
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. |
|
The method compute.v1.NetworkEndpointGroupsService.TestPermissions is not available in Trusted Cloud by S3NS. |