GetRegionNetworkEndpointGroupResult

data class GetRegionNetworkEndpointGroupResult(val appEngines: List<GetRegionNetworkEndpointGroupAppEngine>, val cloudFunctions: List<GetRegionNetworkEndpointGroupCloudFunction>, val cloudRuns: List<GetRegionNetworkEndpointGroupCloudRun>, val description: String, val id: String, val name: String? = null, val network: String, val networkEndpointType: String, val project: String? = null, val pscTargetService: String, val region: String? = null, val selfLink: String? = null, val serverlessDeployments: List<GetRegionNetworkEndpointGroupServerlessDeployment>, val subnetwork: String)

A collection of values returned by getRegionNetworkEndpointGroup.

Constructors

Link copied to clipboard
constructor(appEngines: List<GetRegionNetworkEndpointGroupAppEngine>, cloudFunctions: List<GetRegionNetworkEndpointGroupCloudFunction>, cloudRuns: List<GetRegionNetworkEndpointGroupCloudRun>, description: String, id: String, name: String? = null, network: String, networkEndpointType: String, project: String? = null, pscTargetService: String, region: String? = null, selfLink: String? = null, serverlessDeployments: List<GetRegionNetworkEndpointGroupServerlessDeployment>, subnetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The RNEG description.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null
Link copied to clipboard

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

Link copied to clipboard

Type of network endpoints in this network endpoint group.

Link copied to clipboard
val project: String? = null
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.

Link copied to clipboard
val region: String? = null
Link copied to clipboard
val selfLink: String? = null
Link copied to clipboard

subnetwork to which all network endpoints in the RNEG belong.