Package com.exoscale.sdk.model
Class UpdateDbaasServiceMysqlRequestMigration
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceMysqlRequestMigration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceMysqlRequestMigration
extends Object
Migrate data from existing server
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this update_dbaas_service_mysql_request_migration object is equal to o.Database name for bootstrapping the initial connectiongetHost()
Hostname or IP address of the server where to migrate data fromComma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)Get methodPassword for authentication with the server where to migrate data fromgetPort()
Port number of the server where to migrate data from minimum: 1 maximum: 65535getSsl()
The server where to migrate data from is secured with SSLUser name for authentication with the server where to migrate data fromint
hashCode()
method
(EnumMigrationMethod method) void
void
void
setIgnoreDbs
(String ignoreDbs) void
setMethod
(EnumMigrationMethod method) void
setPassword
(String password) void
void
void
setUsername
(String username) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_SSL
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_DBNAME
- See Also:
-
JSON_PROPERTY_IGNORE_DBS
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
-
Constructor Details
-
UpdateDbaasServiceMysqlRequestMigration
public UpdateDbaasServiceMysqlRequestMigration()
-
-
Method Details
-
host
-
getHost
Hostname or IP address of the server where to migrate data from- Returns:
- host
-
setHost
-
port
-
getPort
Port number of the server where to migrate data from minimum: 1 maximum: 65535- Returns:
- port
-
setPort
-
password
-
getPassword
Password for authentication with the server where to migrate data from- Returns:
- password
-
setPassword
-
ssl
-
getSsl
The server where to migrate data from is secured with SSL- Returns:
- ssl
-
setSsl
-
username
-
getUsername
User name for authentication with the server where to migrate data from- Returns:
- username
-
setUsername
-
dbname
-
getDbname
Database name for bootstrapping the initial connection- Returns:
- dbname
-
setDbname
-
ignoreDbs
-
getIgnoreDbs
Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment)- Returns:
- ignoreDbs
-
setIgnoreDbs
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
equals
Return true if this update_dbaas_service_mysql_request_migration 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
-