Skip to main content

region_network_endpoint_groups_network_endpoints

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

Overview

Nameregion_network_endpoint_groups_network_endpoints
TypeResource
Idgoogle.compute.region_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, regionLists 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.region_network_endpoint_groups_network_endpoints
WHERE networkEndpointGroup = '{{ networkEndpointGroup }}'
AND project = '{{ project }}'
AND region = '{{ region }}';