View Source GoogleApi.GKEOnPrem.V1.Model.VmwareBundleConfig (google_api_gke_on_prem v0.6.1)
VmwareBundleConfig represents configuration for the bundle.
Attributes
-
status
(type:GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t
, default:nil
) - Output only. Resource status for the bundle. -
version
(type:String.t
, default:nil
) - The version of the bundle.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareBundleConfig{ status: GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t() | nil, version: String.t() | nil }