RegionNetworkEndpointGroup

class RegionNetworkEndpointGroup : KotlinCustomResource

Creates a network endpoint group in the specified project using the parameters that are included in the request.

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>

Metadata defined as annotations on the network endpoint group.

Link copied to clipboard

Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.

Link copied to clipboard

Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.

Link copied to clipboard

Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard
val defaultPort: Output<Int>

The default port used if the port number is not specified in the network endpoint.

Link copied to clipboard
val description: Output<String>

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>

Type of the resource. Always compute#networkEndpointGroup for network endpoint group.

Link copied to clipboard

This field is only valid when the network endpoint group is used for load balancing. Deprecated This field is deprecated.

Link copied to clipboard
val name: Output<String>

Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard
val network: Output<String>

The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.

Link copied to clipboard

Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard

The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val region: Output<String>
Link copied to clipboard
val requestId: Output<String>?

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val selfLink: Output<String>

Server-defined URL for the resource.

Link copied to clipboard
val selfLinkWithId: Output<String>

Server-defined URL for this resource with the resource id.

Link copied to clipboard

Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine, cloudFunction or serverlessDeployment may be set.

Link copied to clipboard
val size: Output<Int>

Output only Number of network endpoints in the network endpoint group.

Link copied to clipboard
val subnetwork: Output<String>

Optional URL of the subnetwork to which all network endpoints in the NEG belong.

Link copied to clipboard
val type: Output<String>

Specify the type of this network endpoint group. Only LOAD_BALANCING is valid for now.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zone: Output<String>

The URL of the zone where the network endpoint group is located.