GetServiceConnectionPolicyResult

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)

Constructors

Link copied to clipboard
fun GetServiceConnectionPolicyResult(createTime: String, description: String, infrastructure: String, labels: Map<String, String>, name: String, network: String, pscConfig: PscConfigResponse, pscConnections: List<PscConnectionResponse>, serviceClass: String, updateTime: String)

Types

Link copied to clipboard
object Companion

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

User-defined labels.

Link copied to clipboard

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

Link copied to clipboard

The resource path of the consumer network. Example: - projects/{projectNumOrId}/global/networks/{resourceId}.

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.