Get Region Network Endpoint Group Result
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 pscDatas: List<GetRegionNetworkEndpointGroupPscData>, 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, pscDatas: List<GetRegionNetworkEndpointGroupPscData>, pscTargetService: String, region: String? = null, selfLink: String? = null, serverlessDeployments: List<GetRegionNetworkEndpointGroupServerlessDeployment>, subnetwork: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The RNEG description.
Link copied to clipboard
Type of network endpoints in this network endpoint group.
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.
Link copied to clipboard
Link copied to clipboard
subnetwork to which all network endpoints in the RNEG belong.