Package com.exoscale.sdk.model
Class CreateDbaasTaskMigrationCheckRequest
java.lang.Object
com.exoscale.sdk.model.CreateDbaasTaskMigrationCheckRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateDbaasTaskMigrationCheckRequest
extends Object
CreateDbaasTaskMigrationCheckRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this create_dbaas_task_migration_check_request object is equal to o.Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)Get methodService URI of the source MySQL or PostgreSQL database with admin credentials.inthashCode()method(EnumMigrationMethod method) voidsetIgnoreDbs(String ignoreDbs) voidsetMethod(EnumMigrationMethod method) voidsetSourceServiceUri(String sourceServiceUri) sourceServiceUri(String sourceServiceUri) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SOURCE_SERVICE_URI
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
JSON_PROPERTY_IGNORE_DBS
- See Also:
-
-
Constructor Details
-
CreateDbaasTaskMigrationCheckRequest
public CreateDbaasTaskMigrationCheckRequest()
-
-
Method Details
-
sourceServiceUri
-
getSourceServiceUri
Service URI of the source MySQL or PostgreSQL database with admin credentials.- Returns:
- sourceServiceUri
-
setSourceServiceUri
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
ignoreDbs
-
getIgnoreDbs
Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)- Returns:
- ignoreDbs
-
setIgnoreDbs
-
equals
Return true if this create_dbaas_task_migration_check_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-