View Source GoogleApi.GKEOnPrem.V1.Model.EnrollBareMetalAdminClusterRequest (google_api_gke_on_prem v0.5.0)

Message for enrolling an existing bare metal admin cluster to the GKE on-prem API.

Attributes

  • bareMetalAdminClusterId (type: String.t, default: nil) - User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
  • membership (type: String.t, default: nil) - Required. This is the full resource name of this admin cluster's fleet membership.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.EnrollBareMetalAdminClusterRequest{
  bareMetalAdminClusterId: String.t() | nil,
  membership: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.