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

Message for enrolling an existing bare metal node pool to the GKE on-prem API.

Attributes

  • bareMetalNodePoolId (type: String.t, default: nil) - User provided OnePlatform identifier that is used as part of the resource name. (https://tools.ietf.org/html/rfc1123) format.
  • validateOnly (type: boolean(), default: nil) - If set, only validate the request, but do not actually enroll the node pool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.EnrollBareMetalNodePoolRequest{
  bareMetalNodePoolId: String.t() | nil,
  validateOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.