View Source GoogleApi.NetworkManagement.V1.Model.GKEMasterInfo (google_api_network_management v0.29.0)

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

Attributes

  • clusterNetworkUri (type: String.t, default: nil) - URI of a GKE cluster network.
  • clusterUri (type: String.t, default: nil) - URI of a GKE cluster.
  • externalIp (type: String.t, default: nil) - External IP address of a GKE cluster master.
  • internalIp (type: String.t, default: nil) - Internal IP address of a GKE cluster master.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkManagement.V1.Model.GKEMasterInfo{
  clusterNetworkUri: String.t() | nil,
  clusterUri: String.t() | nil,
  externalIp: String.t() | nil,
  internalIp: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.