Package com.exoscale.sdk.model
Class UpdateDbaasServiceValkeyRequest
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceValkeyRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceValkeyRequest
extends Object
UpdateDbaasServiceValkeyRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem
(String ipFilterItem) boolean
Return true if this update_dbaas_service_valkey_request object is equal to o.Allow incoming connections from CIDR address block, e.g.Get maintenanceGet migrationgetPlan()
Subscription planService is protected against termination and powering offGet valkeySettingsint
hashCode()
maintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) migration
(UpdateDbaasServiceMysqlRequestMigration migration) void
setIpFilter
(List<String> ipFilter) void
setMaintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) void
void
void
setTerminationProtection
(Boolean terminationProtection) void
setValkeySettings
(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:
-
-
Constructor Details
-
UpdateDbaasServiceValkeyRequest
public UpdateDbaasServiceValkeyRequest()
-
-
Method Details
-
maintenance
public UpdateDbaasServiceValkeyRequest 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
-
equals
Return true if this update_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
-