GoogleApi.NetworkManagement.V1beta1.Model.GKEMasterInfo (google_api_network_management v0.12.0) View Source

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

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.