google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.BackupRun View Source

A BackupRun resource.

Attributes

  • description (String.t): The description of this run, only applicable to on-demand backups. Defaults to: null.
  • endTime (DateTime.t): The time the backup operation completed in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. Defaults to: null.
  • enqueuedTime (DateTime.t): The time the run was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. Defaults to: null.
  • error (OperationError): Information about why the backup operation failed. This is only present if the run has the FAILED status. Defaults to: null.
  • id (String.t): The identifier for this backup run. Unique only for a specific Cloud SQL instance. Defaults to: null.
  • instance (String.t): Name of the database instance. Defaults to: null.
  • kind (String.t): This is always sql#backupRun. Defaults to: null.
  • location (String.t): The location of the backup. Defaults to: null.
  • selfLink (String.t): The URI of this resource. Defaults to: null.
  • startTime (DateTime.t): The time the backup operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. Defaults to: null.
  • status (String.t): The status of this run. Defaults to: null.
  • type (String.t): The type of this run; can be either "AUTOMATED" or "ON_DEMAND". Defaults to: null.
  • windowStartTime (DateTime.t): The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.BackupRun{
  description: any(),
  endTime: DateTime.t(),
  enqueuedTime: DateTime.t(),
  error: GoogleApi.SQLAdmin.V1beta4.Model.OperationError.t(),
  id: any(),
  instance: any(),
  kind: any(),
  location: any(),
  selfLink: any(),
  startTime: DateTime.t(),
  status: any(),
  type: any(),
  windowStartTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.