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

View Source

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.
  • dnsEndpoint (type: String.t, default: nil) - DNS endpoint of a GKE cluster control plane.
  • externalIp (type: String.t, default: nil) - External IP address of a GKE cluster control plane.
  • internalIp (type: String.t, default: nil) - Internal IP address of a GKE cluster control plane.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.