sqladmin  v1beta4
Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.Data.BackupRun Class Reference

A BackupRun resource. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.Data.BackupRun:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Description [get, set]
 The description of this run, only applicable to on-demand backups. More...
 
virtual string EndTimeRaw [get, set]
 The time the backup operation completed in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. More...
 
virtual System.Nullable< System.DateTime > EndTime [get, set]
 
See also
System.DateTime

representation of EndTimeRaw. More...

 
virtual string EnqueuedTimeRaw [get, set]
 The time the run was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. More...
 
virtual System.Nullable< System.DateTime > EnqueuedTime [get, set]
 
See also
System.DateTime

representation of EnqueuedTimeRaw. More...

 
virtual OperationError Error [get, set]
 Information about why the backup operation failed. This is only present if the run has the FAILED status. More...
 
virtual System.Nullable< long > Id [get, set]
 The identifier for this backup run. Unique only for a specific Cloud SQL instance. More...
 
virtual string Instance [get, set]
 Name of the database instance. More...
 
virtual string Kind [get, set]
 This is always sql::backupRun. More...
 
virtual string Location [get, set]
 The location of the backup. More...
 
virtual string SelfLink [get, set]
 The URI of this resource. More...
 
virtual string StartTimeRaw [get, set]
 The time the backup operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. More...
 
virtual System.Nullable< System.DateTime > StartTime [get, set]
 
See also
System.DateTime

representation of StartTimeRaw. More...

 
virtual string Status [get, set]
 The status of this run. More...
 
virtual string Type [get, set]
 The type of this run; can be either "AUTOMATED" or "ON_DEMAND". More...
 
virtual string WindowStartTimeRaw [get, set]
 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. More...
 
virtual System.Nullable< System.DateTime > WindowStartTime [get, set]
 
See also
System.DateTime

representation of WindowStartTimeRaw. More...

 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A BackupRun resource.

Property Documentation

◆ Description

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Description
getset

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

◆ EndTime

virtual System.Nullable<System.DateTime> Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.EndTime
getset

See also
System.DateTime

representation of EndTimeRaw.

◆ EndTimeRaw

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.EndTimeRaw
getset

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

◆ EnqueuedTime

virtual System.Nullable<System.DateTime> Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.EnqueuedTime
getset

See also
System.DateTime

representation of EnqueuedTimeRaw.

◆ EnqueuedTimeRaw

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.EnqueuedTimeRaw
getset

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

◆ Error

virtual OperationError Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Error
getset

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

◆ ETag

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.ETag
getset

The ETag of the item.

◆ Id

virtual System.Nullable<long> Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Id
getset

The identifier for this backup run. Unique only for a specific Cloud SQL instance.

◆ Instance

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Instance
getset

Name of the database instance.

◆ Kind

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Kind
getset

This is always sql::backupRun.

◆ Location

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Location
getset

The location of the backup.

◆ SelfLink

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.SelfLink
getset

The URI of this resource.

◆ StartTime

virtual System.Nullable<System.DateTime> Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.StartTime
getset

See also
System.DateTime

representation of StartTimeRaw.

◆ StartTimeRaw

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.StartTimeRaw
getset

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

◆ Status

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Status
getset

The status of this run.

◆ Type

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.Type
getset

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

◆ WindowStartTime

virtual System.Nullable<System.DateTime> Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.WindowStartTime
getset

See also
System.DateTime

representation of WindowStartTimeRaw.

◆ WindowStartTimeRaw

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupRun.WindowStartTimeRaw
getset

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.


The documentation for this class was generated from the following file: