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

target.apidocs.com.google.api.services.sqladmin.model.SqlInstancesVerifyExternalSyncSettingsRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241108-2.0.0
Show newest version






SqlInstancesVerifyExternalSyncSettingsRequest (Cloud SQL Admin API v1-rev20240925-2.0.0)












com.google.api.services.sqladmin.model

Class SqlInstancesVerifyExternalSyncSettingsRequest

    • Constructor Detail

      • SqlInstancesVerifyExternalSyncSettingsRequest

        public SqlInstancesVerifyExternalSyncSettingsRequest()
    • Method Detail

      • getMigrationType

        public String getMigrationType()
        Optional. MigrationType configures the migration to use physical files or logical dump files. If not set, then the logical dump file configuration is used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
        Returns:
        value or null for none
      • setMigrationType

        public SqlInstancesVerifyExternalSyncSettingsRequest setMigrationType(String migrationType)
        Optional. MigrationType configures the migration to use physical files or logical dump files. If not set, then the logical dump file configuration is used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
        Parameters:
        migrationType - migrationType or null for none
      • getMysqlSyncConfig

        public MySqlSyncConfig getMysqlSyncConfig()
        Optional. MySQL-specific settings for start external sync.
        Returns:
        value or null for none
      • getSyncMode

        public String getSyncMode()
        External sync mode
        Returns:
        value or null for none
      • getSyncParallelLevel

        public String getSyncParallelLevel()
        Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.
        Returns:
        value or null for none
      • setSyncParallelLevel

        public SqlInstancesVerifyExternalSyncSettingsRequest setSyncParallelLevel(String syncParallelLevel)
        Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.
        Parameters:
        syncParallelLevel - syncParallelLevel or null for none
      • getVerifyConnectionOnly

        public Boolean getVerifyConnectionOnly()
        Flag to enable verifying connection only
        Returns:
        value or null for none
      • getVerifyReplicationOnly

        public Boolean getVerifyReplicationOnly()
        Optional. Flag to verify settings required by replication setup only
        Returns:
        value or null for none
      • setVerifyReplicationOnly

        public SqlInstancesVerifyExternalSyncSettingsRequest setVerifyReplicationOnly(Boolean verifyReplicationOnly)
        Optional. Flag to verify settings required by replication setup only
        Parameters:
        verifyReplicationOnly - verifyReplicationOnly or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy