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
Fields Modifier and Type Field Description static String
JSON_PROPERTY_GRAFANA_SETTINGS
static String
JSON_PROPERTY_IP_FILTER
static String
JSON_PROPERTY_MAINTENANCE
static String
JSON_PROPERTY_PLAN
static String
JSON_PROPERTY_TERMINATION_PROTECTION
-
Constructor Summary
Constructors Constructor Description UpdateDbaasServiceGrafanaRequest()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_MAINTENANCE
public static final String JSON_PROPERTY_MAINTENANCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PLAN
public static final String JSON_PROPERTY_PLAN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TERMINATION_PROTECTION
public static final String JSON_PROPERTY_TERMINATION_PROTECTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GRAFANA_SETTINGS
public static final String JSON_PROPERTY_GRAFANA_SETTINGS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IP_FILTER
public static final String JSON_PROPERTY_IP_FILTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
maintenance
public UpdateDbaasServiceGrafanaRequest maintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance)
-
getMaintenance
@Nullable public UpdateDbaasServiceMysqlRequestMaintenance getMaintenance()
Get maintenance- Returns:
- maintenance
-
setMaintenance
public void setMaintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance)
-
plan
public UpdateDbaasServiceGrafanaRequest plan(String plan)
-
getPlan
@Nullable public String getPlan()
Subscription plan- Returns:
- plan
-
setPlan
public void setPlan(String plan)
-
terminationProtection
public UpdateDbaasServiceGrafanaRequest terminationProtection(Boolean terminationProtection)
-
getTerminationProtection
@Nullable public Boolean getTerminationProtection()
Service is protected against termination and powering off- Returns:
- terminationProtection
-
setTerminationProtection
public void setTerminationProtection(Boolean terminationProtection)
-
grafanaSettings
public UpdateDbaasServiceGrafanaRequest grafanaSettings(JsonSchemaGrafana grafanaSettings)
-
getGrafanaSettings
@Nullable public JsonSchemaGrafana getGrafanaSettings()
Get grafanaSettings- Returns:
- grafanaSettings
-
setGrafanaSettings
public void setGrafanaSettings(JsonSchemaGrafana grafanaSettings)
-
ipFilter
public UpdateDbaasServiceGrafanaRequest ipFilter(List<String> ipFilter)
-
addIpFilterItem
public UpdateDbaasServiceGrafanaRequest addIpFilterItem(String ipFilterItem)
-
getIpFilter
@Nullable public List<String> getIpFilter()
Allowed CIDR address blocks for incoming connections- Returns:
- ipFilter
-
equals
public boolean equals(Object o)
Return true if this update_dbaas_service_grafana_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-