Package com.exoscale.sdk.model
Class PrimaryParameterShard
java.lang.Object
com.exoscale.sdk.model.PrimaryParameterShard
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class PrimaryParameterShard
extends Object
PrimaryParameterShard
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Primary_parameter_shard object is equal to o.Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).int
hashCode()
minLimit
(BigDecimal minLimit) void
setMinLimit
(BigDecimal minLimit) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MIN_LIMIT
- See Also:
-
-
Constructor Details
-
PrimaryParameterShard
public PrimaryParameterShard()
-
-
Method Details
-
minLimit
-
getMinLimit
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001 minimum: 0.0- Returns:
- minLimit
-
setMinLimit
-
equals
Return true if this Primary_parameter_shard 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
-