GoogleApi.NetworkManagement.V1beta1.Model.RedisClusterInfo (google_api_network_management v0.39.0)

View Source

For display only. Metadata associated with a Redis Cluster.

Attributes

  • discoveryEndpointIpAddress (type: String.t, default: nil) - Discovery endpoint IP address of a Redis Cluster.
  • displayName (type: String.t, default: nil) - Name of a Redis Cluster.
  • location (type: String.t, default: nil) - Name of the region in which the Redis Cluster is defined. For example, "us-central1".
  • networkUri (type: String.t, default: nil) - URI of the network containing the Redis Cluster endpoints in format "projects/{project_id}/global/networks/{network_id}".
  • secondaryEndpointIpAddress (type: String.t, default: nil) - Secondary endpoint IP address of a Redis Cluster.
  • uri (type: String.t, default: nil) - URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.RedisClusterInfo{
  discoveryEndpointIpAddress: String.t() | nil,
  displayName: String.t() | nil,
  location: String.t() | nil,
  networkUri: String.t() | nil,
  secondaryEndpointIpAddress: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.