GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionMap (google_api_network_connectivity v0.12.0)
View SourceThe ServiceConnectionMap resource.
Attributes
-
consumerPscConfigs(type:list(GoogleApi.NetworkConnectivity.V1.Model.ConsumerPscConfig.t), default:nil) - The PSC configurations on consumer side. -
consumerPscConnections(type:list(GoogleApi.NetworkConnectivity.V1.Model.ConsumerPscConnection.t), default:nil) - Output only. PSC connection details on consumer side. -
createTime(type:DateTime.t, default:nil) - Output only. Time when the ServiceConnectionMap was created. -
description(type:String.t, default:nil) - A description of this resource. -
etag(type:String.t, default:nil) - Optional. 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. -
infrastructure(type:String.t, default:nil) - Output only. The infrastructure used for connections between consumers/producers. -
labels(type:map(), default:nil) - User-defined labels. -
name(type:String.t, default:nil) - Immutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names -
producerPscConfigs(type:list(GoogleApi.NetworkConnectivity.V1.Model.ProducerPscConfig.t), default:nil) - The PSC configurations on producer side. -
serviceClass(type:String.t, default:nil) - 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. -
serviceClassUri(type:String.t, default:nil) - Output only. The service class uri this ServiceConnectionMap is for. -
token(type:String.t, default:nil) - The token provided by the consumer. This token authenticates that the consumer can create a connection within the specified project and network. -
updateTime(type:DateTime.t, default:nil) - Output only. Time when the ServiceConnectionMap was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionMap{ consumerPscConfigs: [GoogleApi.NetworkConnectivity.V1.Model.ConsumerPscConfig.t()] | nil, consumerPscConnections: [GoogleApi.NetworkConnectivity.V1.Model.ConsumerPscConnection.t()] | nil, createTime: DateTime.t() | nil, description: String.t() | nil, etag: String.t() | nil, infrastructure: String.t() | nil, labels: map() | nil, name: String.t() | nil, producerPscConfigs: [GoogleApi.NetworkConnectivity.V1.Model.ProducerPscConfig.t()] | nil, serviceClass: String.t() | nil, serviceClassUri: String.t() | nil, token: String.t() | nil, updateTime: DateTime.t() | nil }