GetServiceConnectionMapResult

data class GetServiceConnectionMapResult(val consumerPscConfigs: List<ConsumerPscConfigResponse>, val consumerPscConnections: List<ConsumerPscConnectionResponse>, val createTime: String, val description: String, val infrastructure: String, val labels: Map<String, String>, val name: String, val producerPscConfigs: List<ProducerPscConfigResponse>, val serviceClass: String, val serviceClassUri: String, val token: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetServiceConnectionMapResult(consumerPscConfigs: List<ConsumerPscConfigResponse>, consumerPscConnections: List<ConsumerPscConnectionResponse>, createTime: String, description: String, infrastructure: String, labels: Map<String, String>, name: String, producerPscConfigs: List<ProducerPscConfigResponse>, serviceClass: String, serviceClassUri: String, token: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The PSC configurations on consumer side.

Link copied to clipboard

PSC connection details on consumer side.

Link copied to clipboard

Time when the ServiceConnectionMap was created.

Link copied to clipboard

A description of this resource.

Link copied to clipboard

The infrastructure used for connections between consumers/producers.

Link copied to clipboard

User-defined labels.

Link copied to clipboard

Immutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names

Link copied to clipboard

The PSC configurations on producer side.

Link copied to clipboard

The service class identifier this ServiceConnectionMap is for. The user of ServiceConnectionMap create API needs to have networkconnecitivty.serviceclasses.use iam permission for the service class.

Link copied to clipboard

The service class uri this ServiceConnectionMap is for.

Link copied to clipboard

The token provided by the consumer. This token authenticates that the consumer can create a connecton within the specified project and network.

Link copied to clipboard

Time when the ServiceConnectionMap was updated.