View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminNodeAccessConfig (google_api_gke_on_prem v0.4.0)

Specifies the node access related settings for the bare metal admin cluster.

Attributes

  • loginUser (type: String.t, default: nil) - Required. LoginUser is the user name used to access node machines. It defaults to "root" if not set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminNodeAccessConfig{
  loginUser: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.