All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sql.model.BackupConfiguration.html Maven / Gradle / Ivy

There is a newer version: v1beta4-rev20201026-1.30.10
Show newest version






BackupConfiguration (Cloud SQL Admin API v1beta4-rev20201007-1.30.10)












com.google.api.services.sql.model

Class BackupConfiguration

    • Constructor Detail

      • BackupConfiguration

        public BackupConfiguration()
    • Method Detail

      • getBinaryLogEnabled

        public Boolean getBinaryLogEnabled()
        (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
        Returns:
        value or null for none
      • setBinaryLogEnabled

        public BackupConfiguration setBinaryLogEnabled(Boolean binaryLogEnabled)
        (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
        Parameters:
        binaryLogEnabled - binaryLogEnabled or null for none
      • getEnabled

        public Boolean getEnabled()
        Whether this configuration is enabled.
        Returns:
        value or null for none
      • setEnabled

        public BackupConfiguration setEnabled(Boolean enabled)
        Whether this configuration is enabled.
        Parameters:
        enabled - enabled or null for none
      • getKind

        public String getKind()
        This is always *sql#backupConfiguration*.
        Returns:
        value or null for none
      • setKind

        public BackupConfiguration setKind(String kind)
        This is always *sql#backupConfiguration*.
        Parameters:
        kind - kind or null for none
      • getLocation

        public String getLocation()
        Location of the backup
        Returns:
        value or null for none
      • setLocation

        public BackupConfiguration setLocation(String location)
        Location of the backup
        Parameters:
        location - location or null for none
      • getPointInTimeRecoveryEnabled

        public Boolean getPointInTimeRecoveryEnabled()
        Reserved for future use.
        Returns:
        value or null for none
      • setPointInTimeRecoveryEnabled

        public BackupConfiguration setPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
        Reserved for future use.
        Parameters:
        pointInTimeRecoveryEnabled - pointInTimeRecoveryEnabled or null for none
      • getReplicationLogArchivingEnabled

        public Boolean getReplicationLogArchivingEnabled()
        Reserved for future use.
        Returns:
        value or null for none
      • setReplicationLogArchivingEnabled

        public BackupConfiguration setReplicationLogArchivingEnabled(Boolean replicationLogArchivingEnabled)
        Reserved for future use.
        Parameters:
        replicationLogArchivingEnabled - replicationLogArchivingEnabled or null for none
      • getStartTime

        public String getStartTime()
        Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
        Returns:
        value or null for none
      • setStartTime

        public BackupConfiguration setStartTime(String startTime)
        Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
        Parameters:
        startTime - startTime or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy