View Source GoogleApi.AlloyDB.V1.Model.StageInfo (google_api_alloy_db v0.10.0)

Stage information for different stages in the upgrade process.

Attributes

  • logsUrl (type: String.t, default: nil) - logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
  • stage (type: String.t, default: nil) - The stage.
  • status (type: String.t, default: nil) - Status of the stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.StageInfo{
  logsUrl: String.t() | nil,
  stage: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.