View Source GoogleApi.GKEOnPrem.V1.Model.EnrollVmwareAdminClusterRequest (google_api_gke_on_prem v0.3.0)

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

Attributes

  • membership (type: String.t, default: nil) - Required. This is the full resource name of this admin cluster's fleet membership.
  • vmwareAdminClusterId (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.