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

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

The newest version!






SqlInstancesStartExternalSyncRequest (Cloud SQL Admin API v1-rev20241108-2.0.0)












com.google.api.services.sqladmin.model

Class SqlInstancesStartExternalSyncRequest

    • Constructor Detail

      • SqlInstancesStartExternalSyncRequest

        public SqlInstancesStartExternalSyncRequest()
    • 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 SqlInstancesStartExternalSyncRequest 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()
        MySQL-specific settings for start external sync.
        Returns:
        value or null for none
      • getSkipVerification

        public Boolean getSkipVerification()
        Whether to skip the verification step (VESS).
        Returns:
        value or null for none
      • setSkipVerification

        public SqlInstancesStartExternalSyncRequest setSkipVerification(Boolean skipVerification)
        Whether to skip the verification step (VESS).
        Parameters:
        skipVerification - skipVerification 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. Currently only applicable for MySQL.
        Returns:
        value or null for none
      • setSyncParallelLevel

        public SqlInstancesStartExternalSyncRequest setSyncParallelLevel(String syncParallelLevel)
        Optional. Parallel level for initial data sync. Currently only applicable for MySQL.
        Parameters:
        syncParallelLevel - syncParallelLevel or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy