PscConfigResponse

data class PscConfigResponse(val limit: String, val subnetworks: List<String>)

Configuration used for Private Service Connect connections. Used when Infrastructure is PSC.

Constructors

Link copied to clipboard
fun PscConfigResponse(limit: String, subnetworks: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Max number of PSC connections for this policy.

Link copied to clipboard

The resource paths of subnetworks to use for IP address management. Example: projects/{projectNumOrId}/regions/{region}/subnetworks/{resourceId}.