View Source GoogleApi.Redis.V1.Model.ClusterEndpoint (google_api_redis v0.50.0)
ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.
Attributes
-
connections
(type:list(GoogleApi.Redis.V1.Model.ConnectionDetail.t)
, default:nil
) - A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.ClusterEndpoint{ connections: [GoogleApi.Redis.V1.Model.ConnectionDetail.t()] | nil }