View Source GoogleApi.AlloyDB.V1.Model.UpgradeClusterResponse (google_api_alloy_db v0.13.1)
UpgradeClusterResponse contains the response for upgrade cluster operation.
Attributes
-
clusterUpgradeDetails(type:list(GoogleApi.AlloyDB.V1.Model.ClusterUpgradeDetails.t), default:nil) - Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster. -
message(type:String.t, default:nil) - A user friendly message summarising the upgrade operation details and the next steps for the user if there is any. -
status(type:String.t, default:nil) - Status of upgrade operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.UpgradeClusterResponse{ clusterUpgradeDetails: [GoogleApi.AlloyDB.V1.Model.ClusterUpgradeDetails.t()] | nil, message: String.t() | nil, status: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.