Skip to main content

service_connection_policies

Overview

Nameservice_connection_policies
TypeResource
Idgoogle.networkconnectivity.service_connection_policies

Fields

NameDatatypeDescription
namestringImmutable. The name of a ServiceConnectionPolicy. Format: projects/{project}/locations/{location}/serviceConnectionPolicies/{service_connection_policy} See: https://google.aip.dev/122#fields-representing-resource-names
descriptionstringA description of this resource.
createTimestringOutput only. Time when the ServiceConnectionMap was created.
pscConfigobjectConfiguration used for Private Service Connect connections. Used when Infrastructure is PSC.
serviceClassstringThe 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.
updateTimestringOutput only. Time when the ServiceConnectionMap was updated.
etagstringOptional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
labelsobjectUser-defined labels.
networkstringThe resource path of the consumer network. Example: - projects/{projectNumOrId}/global/networks/{resourceId}.
pscConnectionsarrayOutput only. [Output only] Information about each Private Service Connect connection.
infrastructurestringOutput only. The type of underlying resources used to create the connection.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, serviceConnectionPoliciesIdGets details of a single ServiceConnectionPolicy.
listSELECTlocationsId, projectsIdLists ServiceConnectionPolicies in a given project and location.
createINSERTlocationsId, projectsIdCreates a new ServiceConnectionPolicy in a given project and location.
deleteDELETElocationsId, projectsId, serviceConnectionPoliciesIdDeletes a single ServiceConnectionPolicy.
_listEXEClocationsId, projectsIdLists ServiceConnectionPolicies in a given project and location.
patchEXEClocationsId, projectsId, serviceConnectionPoliciesIdUpdates the parameters of a single ServiceConnectionPolicy.