Package com.exoscale.sdk.model
Class CreateDbaasServiceRedisRequest
java.lang.Object
com.exoscale.sdk.model.CreateDbaasServiceRedisRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateDbaasServiceRedisRequest
extends Object
CreateDbaasServiceRedisRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem
(String ipFilterItem) boolean
Return true if this create_dbaas_service_redis_request object is equal to o.forkFromService
(String forkFromService) Get forkFromServiceAllow incoming connections from CIDR address block, e.g.Get maintenanceGet migrationgetPlan()
Subscription planName of a backup to recover from for services that support backup namesGet redisSettingsService is protected against termination and powering offint
hashCode()
maintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) migration
(UpdateDbaasServiceMysqlRequestMigration migration) recoveryBackupName
(String recoveryBackupName) redisSettings
(JsonSchemaRedis redisSettings) void
setForkFromService
(String forkFromService) void
setIpFilter
(List<String> ipFilter) void
setMaintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) void
void
void
setRecoveryBackupName
(String recoveryBackupName) void
setRedisSettings
(JsonSchemaRedis redisSettings) void
setTerminationProtection
(Boolean terminationProtection) terminationProtection
(Boolean terminationProtection) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAINTENANCE
- See Also:
-
JSON_PROPERTY_PLAN
- See Also:
-
JSON_PROPERTY_TERMINATION_PROTECTION
- See Also:
-
JSON_PROPERTY_IP_FILTER
- See Also:
-
JSON_PROPERTY_MIGRATION
- See Also:
-
JSON_PROPERTY_REDIS_SETTINGS
- See Also:
-
JSON_PROPERTY_FORK_FROM_SERVICE
- See Also:
-
JSON_PROPERTY_RECOVERY_BACKUP_NAME
- See Also:
-
-
Constructor Details
-
CreateDbaasServiceRedisRequest
public CreateDbaasServiceRedisRequest()
-
-
Method Details
-
maintenance
public CreateDbaasServiceRedisRequest maintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) -
getMaintenance
Get maintenance- Returns:
- maintenance
-
setMaintenance
-
plan
-
getPlan
Subscription plan- Returns:
- plan
-
setPlan
-
terminationProtection
-
getTerminationProtection
Service is protected against termination and powering off- Returns:
- terminationProtection
-
setTerminationProtection
-
ipFilter
-
addIpFilterItem
-
getIpFilter
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'- Returns:
- ipFilter
-
setIpFilter
-
migration
-
getMigration
Get migration- Returns:
- migration
-
setMigration
-
redisSettings
-
getRedisSettings
Get redisSettings- Returns:
- redisSettings
-
setRedisSettings
-
forkFromService
-
getForkFromService
Get forkFromService- Returns:
- forkFromService
-
setForkFromService
-
recoveryBackupName
-
getRecoveryBackupName
Name of a backup to recover from for services that support backup names- Returns:
- recoveryBackupName
-
setRecoveryBackupName
-
equals
Return true if this create_dbaas_service_redis_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
-