Skip to main content

global_network_endpoint_groups_network_endpoints

Creates, updates, deletes, gets or lists a global_network_endpoint_groups_network_endpoints resource.

Overview

Nameglobal_network_endpoint_groups_network_endpoints
TypeResource
Idgoogle.compute.global_network_endpoint_groups_network_endpoints

Fields

NameDatatypeDescription
healthsarray[Output only] The health status of network endpoint;
networkEndpointobjectThe network endpoint.

Methods

NameAccessible byRequired ParamsDescription
list_network_endpointsSELECTnetworkEndpointGroup, projectLists the network endpoints in the specified network endpoint group.

SELECT examples

Lists the network endpoints in the specified network endpoint group.

SELECT
healths,
networkEndpoint
FROM google.compute.global_network_endpoint_groups_network_endpoints
WHERE networkEndpointGroup = '{{ networkEndpointGroup }}'
AND project = '{{ project }}';