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

Database instance backup configuration. More...

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

Properties

virtual System.Nullable< bool > BinaryLogEnabled [get, set]
 Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well. More...
 
virtual System.Nullable< bool > Enabled [get, set]
 Whether this configuration is enabled. More...
 
virtual string Kind [get, set]
 This is always sql::backupConfiguration. More...
 
virtual string Location [get, set]
 The location of the backup. More...
 
virtual System.Nullable< bool > ReplicationLogArchivingEnabled [get, set]
 Reserved for future use. More...
 
virtual string StartTime [get, set]
 Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Database instance backup configuration.

Property Documentation

◆ BinaryLogEnabled

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.BackupConfiguration.BinaryLogEnabled
getset

Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.

◆ Enabled

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.BackupConfiguration.Enabled
getset

Whether this configuration is enabled.

◆ ETag

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

The ETag of the item.

◆ Kind

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

This is always sql::backupConfiguration.

◆ Location

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

The location of the backup.

◆ ReplicationLogArchivingEnabled

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.BackupConfiguration.ReplicationLogArchivingEnabled
getset

Reserved for future use.

◆ StartTime

virtual string Google.Apis.SQLAdmin.v1beta4.Data.BackupConfiguration.StartTime
getset

Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.


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