Struct google_sqladmin1_beta4::BackupRun[][src]

pub struct BackupRun {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub description: Option<String>,
    pub window_start_time: Option<String>,
    pub id: Option<String>,
    pub instance: Option<String>,
    pub start_time: Option<String>,
    pub error: Option<OperationError>,
    pub end_time: Option<String>,
    pub type_: Option<String>,
    pub enqueued_time: Option<String>,
    pub self_link: Option<String>,
}

A database instance backup run resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The status of this run.

This is always sql#backupRun.

The description of this run, only applicable to on-demand backups.

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.

A unique identifier for this backup run. Note that this is unique only within the scope of a particular Cloud SQL instance.

Name of the database instance.

The time the backup operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Information about why the backup operation failed. This is only present if the run has the FAILED status.

The time the backup operation completed in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

The type of this run; can be either "AUTOMATED" or "ON_DEMAND".

The time the run was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

The URI of this resource.

Trait Implementations

impl Default for BackupRun
[src]

Returns the "default value" for a type. Read more

impl Clone for BackupRun
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BackupRun
[src]

Formats the value using the given formatter. Read more

impl RequestValue for BackupRun
[src]

impl Resource for BackupRun
[src]

impl ResponseResult for BackupRun
[src]

Auto Trait Implementations

impl Send for BackupRun

impl Sync for BackupRun