Skip to main content

network_endpoint_groups_network_endpoints

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

Overview

Namenetwork_endpoint_groups_network_endpoints
TypeResource
Idgoogle.compute.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, project, zoneLists 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.network_endpoint_groups_network_endpoints
WHERE networkEndpointGroup = '{{ networkEndpointGroup }}'
AND project = '{{ project }}'
AND zone = '{{ zone }}';