Get
|
|||||
|
|
Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
zone Required |
STRING |
The name of the zone where the network endpoint group is located. It should comply with RFC1035 |
networkEndpointGroup Required |
STRING |
The name of the network endpoint group. It should comply with RFC1035 |
= Parameter name
= Format
project STRING Required Project ID for this request |
zone STRING Required The name of the zone where the network endpoint group is located. It should comply with RFC1035 |
networkEndpointGroup STRING Required The name of the network endpoint group. It should comply with RFC1035 |
Output
This building block provides 12 output parameters
Name | Format | Description |
---|---|---|
creationTimestamp |
STRING |
[Output Only] Creation timestamp in RFC3339 text format |
defaultPort |
INTEGER |
The default port used if the port number is not specified in the network endpoint |
description |
STRING |
An optional description of this resource. Provide this property when you create the resource |
id |
INTEGER |
[Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind |
STRING |
[Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group |
name |
STRING |
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 |
network |
STRING |
The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified |
networkEndpointType |
ENUMERATION |
Type of network endpoints in this network endpoint group. Currently the only supported value is GCE_VM_IP_PORT |
selfLink |
STRING |
[Output Only] Server-defined URL for the resource |
size |
INTEGER |
[Output only] Number of network endpoints in the network endpoint group |
subnetwork |
STRING |
Optional URL of the subnetwork to which all network endpoints in the NEG belong |
zone |
STRING |
[Output Only] The URL of the zone where the network endpoint group is located |
= Parameter name
= Format
creationTimestamp STRING [Output Only] Creation timestamp in RFC3339 text format |
defaultPort INTEGER The default port used if the port number is not specified in the network endpoint |
description STRING An optional description of this resource. Provide this property when you create the resource |
id INTEGER [Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind STRING [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group |
name STRING 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 |
network STRING The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified |
networkEndpointType ENUMERATION Type of network endpoints in this network endpoint group. Currently the only supported value is GCE_VM_IP_PORT |
selfLink STRING [Output Only] Server-defined URL for the resource |
size INTEGER [Output only] Number of network endpoints in the network endpoint group |
subnetwork STRING Optional URL of the subnetwork to which all network endpoints in the NEG belong |
zone STRING [Output Only] The URL of the zone where the network endpoint group is located |