GetNetworkEndpointGroup

Use this data source to access a Network Endpoint Group’s attributes.

The NEG may be found by providing either a self_link, or a name and a zone.

Using GetNetworkEndpointGroup

function getNetworkEndpointGroup(args: GetNetworkEndpointGroupArgs, opts?: InvokeOptions): Promise<GetNetworkEndpointGroupResult>
function  get_network_endpoint_group(name=None, self_link=None, zone=None, opts=None)
func LookupNetworkEndpointGroup(ctx *Context, args *LookupNetworkEndpointGroupArgs, opts ...InvokeOption) (*LookupNetworkEndpointGroupResult, error)

Note: This function is named LookupNetworkEndpointGroup in the Go SDK.

public static class GetNetworkEndpointGroup {
    public static Task<GetNetworkEndpointGroupResult> InvokeAsync(GetNetworkEndpointGroupArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Name string

The Network Endpoint Group name. Provide either this or a self_link.

SelfLink string

The Network Endpoint Group self_link.

Zone string

The Network Endpoint Group availability zone.

Name string

The Network Endpoint Group name. Provide either this or a self_link.

SelfLink string

The Network Endpoint Group self_link.

Zone string

The Network Endpoint Group availability zone.

name string

The Network Endpoint Group name. Provide either this or a self_link.

selfLink string

The Network Endpoint Group self_link.

zone string

The Network Endpoint Group availability zone.

name str

The Network Endpoint Group name. Provide either this or a self_link.

self_link str

The Network Endpoint Group self_link.

zone str

The Network Endpoint Group availability zone.

GetNetworkEndpointGroup Result

The following output properties are available:

DefaultPort int

The NEG default port.

Description string

The NEG description.

Id string

The provider-assigned unique ID for this managed resource.

Network string

The network to which all network endpoints in the NEG belong.

NetworkEndpointType string

Type of network endpoints in this network endpoint group.

Project string
Size int

Number of network endpoints in the network endpoint group.

Subnetwork string

subnetwork to which all network endpoints in the NEG belong.

Name string
SelfLink string
Zone string
DefaultPort int

The NEG default port.

Description string

The NEG description.

Id string

The provider-assigned unique ID for this managed resource.

Network string

The network to which all network endpoints in the NEG belong.

NetworkEndpointType string

Type of network endpoints in this network endpoint group.

Project string
Size int

Number of network endpoints in the network endpoint group.

Subnetwork string

subnetwork to which all network endpoints in the NEG belong.

Name string
SelfLink string
Zone string
defaultPort number

The NEG default port.

description string

The NEG description.

id string

The provider-assigned unique ID for this managed resource.

network string

The network to which all network endpoints in the NEG belong.

networkEndpointType string

Type of network endpoints in this network endpoint group.

project string
size number

Number of network endpoints in the network endpoint group.

subnetwork string

subnetwork to which all network endpoints in the NEG belong.

name string
selfLink string
zone string
default_port float

The NEG default port.

description str

The NEG description.

id str

The provider-assigned unique ID for this managed resource.

network str

The network to which all network endpoints in the NEG belong.

network_endpoint_type str

Type of network endpoints in this network endpoint group.

project str
size float

Number of network endpoints in the network endpoint group.

subnetwork str

subnetwork to which all network endpoints in the NEG belong.

name str
self_link str
zone str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.