View Source GoogleApi.AlloyDB.V1.Model.TrialMetadata (google_api_alloy_db v0.14.0)
Contains information and all metadata related to TRIAL clusters.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End time of the trial cluster. -
graceEndTime
(type:DateTime.t
, default:nil
) - grace end time of the cluster. -
startTime
(type:DateTime.t
, default:nil
) - start time of the trial cluster. -
upgradeTime
(type:DateTime.t
, default:nil
) - Upgrade time of trial cluster to Standard cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.TrialMetadata{ endTime: DateTime.t() | nil, graceEndTime: DateTime.t() | nil, startTime: DateTime.t() | nil, upgradeTime: DateTime.t() | nil }