Get Service Connection Map Result
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
constructor(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)
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
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
Time when the ServiceConnectionMap was updated.