GetNetworkEndpointGroupResult

data class GetNetworkEndpointGroupResult(val annotations: Map<String, String>, val appEngine: NetworkEndpointGroupAppEngineResponse, val cloudFunction: NetworkEndpointGroupCloudFunctionResponse, val cloudRun: NetworkEndpointGroupCloudRunResponse, val creationTimestamp: String, val defaultPort: Int, val description: String, val kind: String, val loadBalancer: NetworkEndpointGroupLbNetworkEndpointGroupResponse, val name: String, val network: String, val networkEndpointType: String, val pscData: NetworkEndpointGroupPscDataResponse, val pscTargetService: String, val region: String, val selfLink: String, val serverlessDeployment: NetworkEndpointGroupServerlessDeploymentResponse, val size: Int, val subnetwork: String, val zone: String)

Constructors

Link copied to clipboard
fun GetNetworkEndpointGroupResult(annotations: Map<String, String>, appEngine: NetworkEndpointGroupAppEngineResponse, cloudFunction: NetworkEndpointGroupCloudFunctionResponse, cloudRun: NetworkEndpointGroupCloudRunResponse, creationTimestamp: String, defaultPort: Int, description: String, kind: String, loadBalancer: NetworkEndpointGroupLbNetworkEndpointGroupResponse, name: String, network: String, networkEndpointType: String, pscData: NetworkEndpointGroupPscDataResponse, pscTargetService: String, region: String, selfLink: String, serverlessDeployment: NetworkEndpointGroupServerlessDeploymentResponse, size: Int, subnetwork: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

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

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

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
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

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

Link copied to clipboard

Server-defined URL for the resource.

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: Int

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

Link copied to clipboard

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

Link copied to clipboard

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