Skip to main content

service_connection_maps

Overview

Nameservice_connection_maps
TypeResource
Idgoogle.networkconnectivity.service_connection_maps

Fields

NameDatatypeDescription
namestringImmutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names
descriptionstringA description of this resource.
consumerPscConnectionsarrayOutput only. PSC connection details on consumer side.
labelsobjectUser-defined labels.
tokenstringThe token provided by the consumer. This token authenticates that the consumer can create a connecton within the specified project and network.
createTimestringOutput only. Time when the ServiceConnectionMap was created.
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.
consumerPscConfigsarrayThe PSC configurations on consumer side.
serviceClassstringThe 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.
infrastructurestringOutput only. The infrastructure used for connections between consumers/producers.
producerPscConfigsarrayThe PSC configurations on producer side.
serviceClassUristringOutput only. The service class uri this ServiceConnectionMap is for.
updateTimestringOutput only. Time when the ServiceConnectionMap was updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, serviceConnectionMapsIdGets details of a single ServiceConnectionMap.
listSELECTlocationsId, projectsIdLists ServiceConnectionMaps in a given project and location.
createINSERTlocationsId, projectsIdCreates a new ServiceConnectionMap in a given project and location.
deleteDELETElocationsId, projectsId, serviceConnectionMapsIdDeletes a single ServiceConnectionMap.
_listEXEClocationsId, projectsIdLists ServiceConnectionMaps in a given project and location.
patchEXEClocationsId, projectsId, serviceConnectionMapsIdUpdates the parameters of a single ServiceConnectionMap.