Package com.exoscale.sdk.model
Class CreateDbaasServiceValkeyRequest
java.lang.Object
com.exoscale.sdk.model.CreateDbaasServiceValkeyRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateDbaasServiceValkeyRequest
extends Object
CreateDbaasServiceValkeyRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem(String ipFilterItem) booleanReturn true if this create_dbaas_service_valkey_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 namesService is protected against termination and powering offGet valkeySettingsinthashCode()maintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) migration(UpdateDbaasServiceMysqlRequestMigration migration) recoveryBackupName(String recoveryBackupName) voidsetForkFromService(String forkFromService) voidsetIpFilter(List<String> ipFilter) voidsetMaintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) voidvoidvoidsetRecoveryBackupName(String recoveryBackupName) voidsetTerminationProtection(Boolean terminationProtection) voidsetValkeySettings(JsonSchemaValkey valkeySettings) terminationProtection(Boolean terminationProtection) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.valkeySettings(JsonSchemaValkey valkeySettings)
-
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_VALKEY_SETTINGS
- See Also:
-
JSON_PROPERTY_FORK_FROM_SERVICE
- See Also:
-
JSON_PROPERTY_RECOVERY_BACKUP_NAME
- See Also:
-
-
Constructor Details
-
CreateDbaasServiceValkeyRequest
public CreateDbaasServiceValkeyRequest()
-
-
Method Details
-
maintenance
public CreateDbaasServiceValkeyRequest 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
-
valkeySettings
-
getValkeySettings
Get valkeySettings- Returns:
- valkeySettings
-
setValkeySettings
-
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_valkey_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
-