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

View Source

For display only. Metadata associated with a Cloud SQL instance.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Cloud SQL instance.
  • externalIp (type: String.t, default: nil) - External IP address of a Cloud SQL instance.
  • internalIp (type: String.t, default: nil) - Internal IP address of a Cloud SQL instance.
  • networkUri (type: String.t, default: nil) - URI of a Cloud SQL instance network or empty string if the instance does not have one.
  • region (type: String.t, default: nil) - Region in which the Cloud SQL instance is running.
  • uri (type: String.t, default: nil) - URI of a Cloud SQL instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.CloudSQLInstanceInfo{
  displayName: String.t() | nil,
  externalIp: String.t() | nil,
  internalIp: String.t() | nil,
  networkUri: 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.