GoogleApi.NetworkManagement.V1.Model.RedisInstanceInfo (google_api_network_management v0.39.0)

View Source

For display only. Metadata associated with a Cloud Redis Instance.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Cloud Redis Instance.
  • networkUri (type: String.t, default: nil) - URI of a Cloud Redis Instance network.
  • primaryEndpointIp (type: String.t, default: nil) - Primary endpoint IP address of a Cloud Redis Instance.
  • readEndpointIp (type: String.t, default: nil) - Read endpoint IP address of a Cloud Redis Instance (if applicable).
  • region (type: String.t, default: nil) - Region in which the Cloud Redis Instance is defined.
  • uri (type: String.t, default: nil) - URI of a Cloud Redis Instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1.Model.RedisInstanceInfo{
  displayName: String.t() | nil,
  networkUri: String.t() | nil,
  primaryEndpointIp: String.t() | nil,
  readEndpointIp: String.t() | nil,
  region: 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.