region_network_endpoint_groups_network_endpoints
Creates, updates, deletes, gets or lists a region_network_endpoint_groups_network_endpoints
resource.
Overview
Name | region_network_endpoint_groups_network_endpoints |
Type | Resource |
Id | google.compute.region_network_endpoint_groups_network_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
healths | array | [Output only] The health status of network endpoint; |
networkEndpoint | object | The network endpoint. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_network_endpoints | SELECT | networkEndpointGroup, project, region | Lists 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 }}';