Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest.

Instance verify external sync settings request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::String
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#migration_type

def migration_type() -> ::Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::MigrationType
Returns

#migration_type=

def migration_type=(value) -> ::Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::MigrationType
Parameter
Returns

#mysql_sync_config

def mysql_sync_config() -> ::Google::Cloud::Sql::V1::MySqlSyncConfig
Returns

#mysql_sync_config=

def mysql_sync_config=(value) -> ::Google::Cloud::Sql::V1::MySqlSyncConfig
Parameter
Returns

#project

def project() -> ::String
Returns
  • (::String) — Project ID of the project that contains the instance.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID of the project that contains the instance.
Returns
  • (::String) — Project ID of the project that contains the instance.

#selected_objects

def selected_objects() -> ::Array<::Google::Cloud::Sql::V1::ExternalSyncSelectedObject>
Returns

#selected_objects=

def selected_objects=(value) -> ::Array<::Google::Cloud::Sql::V1::ExternalSyncSelectedObject>
Parameter
Returns

#sync_mode

def sync_mode() -> ::Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::ExternalSyncMode

#sync_mode=

def sync_mode=(value) -> ::Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::ExternalSyncMode

#sync_parallel_level

def sync_parallel_level() -> ::Google::Cloud::Sql::V1::ExternalSyncParallelLevel
Returns

#sync_parallel_level=

def sync_parallel_level=(value) -> ::Google::Cloud::Sql::V1::ExternalSyncParallelLevel
Parameter
Returns

#verify_connection_only

def verify_connection_only() -> ::Boolean
Returns
  • (::Boolean) — Flag to enable verifying connection only

#verify_connection_only=

def verify_connection_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Flag to enable verifying connection only
Returns
  • (::Boolean) — Flag to enable verifying connection only

#verify_replication_only

def verify_replication_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Flag to verify settings required by replication setup only

#verify_replication_only=

def verify_replication_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Flag to verify settings required by replication setup only
Returns
  • (::Boolean) — Optional. Flag to verify settings required by replication setup only