Package com.exoscale.sdk.model
Class UpdateDbaasServiceGrafanaRequest
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceGrafanaRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceGrafanaRequest
extends Object
UpdateDbaasServiceGrafanaRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem
(String ipFilterItem) boolean
Return true if this update_dbaas_service_grafana_request object is equal to o.Get grafanaSettingsAllowed CIDR address blocks for incoming connectionsGet maintenancegetPlan()
Subscription planService is protected against termination and powering offgrafanaSettings
(JsonSchemaGrafana grafanaSettings) int
hashCode()
maintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) void
setGrafanaSettings
(JsonSchemaGrafana grafanaSettings) void
setIpFilter
(List<String> ipFilter) void
setMaintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) void
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_GRAFANA_SETTINGS
- See Also:
-
JSON_PROPERTY_IP_FILTER
- See Also:
-
-
Constructor Details
-
UpdateDbaasServiceGrafanaRequest
public UpdateDbaasServiceGrafanaRequest()
-
-
Method Details
-
maintenance
public UpdateDbaasServiceGrafanaRequest 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
-
grafanaSettings
-
getGrafanaSettings
Get grafanaSettings- Returns:
- grafanaSettings
-
setGrafanaSettings
-
ipFilter
-
addIpFilterItem
-
getIpFilter
Allowed CIDR address blocks for incoming connections- Returns:
- ipFilter
-
setIpFilter
-
equals
Return true if this update_dbaas_service_grafana_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
-