Get Service Connection Policy Result
data class GetServiceConnectionPolicyResult(val createTime: String, val description: String, val infrastructure: String, val labels: Map<String, String>, val name: String, val network: String, val pscConfig: PscConfigResponse, val pscConnections: List<PscConnectionResponse>, val serviceClass: String, val updateTime: String)
Properties
Link copied to clipboard
Time when the ServiceConnectionMap was created.
Link copied to clipboard
A description of this resource.
Link copied to clipboard
The type of underlying resources used to create the connection.
Link copied to clipboard
Configuration used for Private Service Connect connections. Used when Infrastructure is PSC.
Link copied to clipboard
Output only Information about each Private Service Connect connection.
Link copied to clipboard
The service class identifier for which this ServiceConnectionPolicy is for. The service class identifier is a unique, symbolic representation of a ServiceClass. It is provided by the Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party services do not. For example, test-service-a3dfcx.
Link copied to clipboard
Time when the ServiceConnectionMap was updated.