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 Modifier and Type Field Description static String
JSON_PROPERTY_MIN_LIMIT
-
Constructor Summary
Constructors Constructor Description PrimaryParameterShard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this Primary_parameter_shard object is equal to o.BigDecimal
getMinLimit()
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).int
hashCode()
PrimaryParameterShard
minLimit(BigDecimal minLimit)
void
setMinLimit(BigDecimal minLimit)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_MIN_LIMIT
public static final String JSON_PROPERTY_MIN_LIMIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
minLimit
public PrimaryParameterShard minLimit(BigDecimal minLimit)
-
getMinLimit
@Nullable public BigDecimal 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
public void setMinLimit(BigDecimal minLimit)
-
equals
public boolean equals(Object o)
Return true if this Primary_parameter_shard object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-