View Source GoogleApi.GKEOnPrem.V1.Model.OperationStage (google_api_gke_on_prem v0.6.0)
Information about a particular stage of an operation.
Attributes
-
endTime(type:DateTime.t, default:nil) - Time the stage ended. -
metrics(type:list(GoogleApi.GKEOnPrem.V1.Model.Metric.t), default:nil) - Progress metric bundle. -
stage(type:String.t, default:nil) - The high-level stage of the operation. -
startTime(type:DateTime.t, default:nil) - Time the stage started. -
state(type:String.t, default:nil) - Output only. State of the stage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.OperationStage{ endTime: DateTime.t() | nil, metrics: [GoogleApi.GKEOnPrem.V1.Model.Metric.t()] | nil, stage: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.