NetworkEndpointGroupPscDataResponse

data class NetworkEndpointGroupPscDataResponse(val consumerPscAddress: String, val pscConnectionId: String, val pscConnectionStatus: String)

All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.

Constructors

Link copied to clipboard
fun NetworkEndpointGroupPscDataResponse(consumerPscAddress: String, pscConnectionId: String, pscConnectionStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.

Link copied to clipboard

The PSC connection id of the PSC Network Endpoint Group Consumer.

Link copied to clipboard

The connection status of the PSC Forwarding Rule.