Package com.exoscale.sdk.model
Class UpdateDbaasServiceThanosRequest
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceThanosRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceThanosRequest
extends Object
UpdateDbaasServiceThanosRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem(String ipFilterItem) booleanReturn true if this update_dbaas_service_thanos_request object is equal to o.Allowed CIDR address blocks for incoming connectionsGet maintenancegetPlan()Subscription planService is protected against termination and powering offGet thanosSettingsinthashCode()maintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) voidsetIpFilter(List<String> ipFilter) voidsetMaintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) voidvoidsetTerminationProtection(Boolean terminationProtection) voidsetThanosSettings(JsonSchemaThanos thanosSettings) terminationProtection(Boolean terminationProtection) thanosSettings(JsonSchemaThanos thanosSettings) 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_THANOS_SETTINGS
- See Also:
-
-
Constructor Details
-
UpdateDbaasServiceThanosRequest
public UpdateDbaasServiceThanosRequest()
-
-
Method Details
-
maintenance
public UpdateDbaasServiceThanosRequest 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
Allowed CIDR address blocks for incoming connections- Returns:
- ipFilter
-
setIpFilter
-
thanosSettings
-
getThanosSettings
Get thanosSettings- Returns:
- thanosSettings
-
setThanosSettings
-
equals
Return true if this update_dbaas_service_thanos_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
-