Package com.exoscale.sdk.model
Class PrimaryParameterNode
- java.lang.Object
-
- com.exoscale.sdk.model.PrimaryParameterNode
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class PrimaryParameterNode extends Object
PrimaryParameterNode
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_SOFT_LIMIT
-
Constructor Summary
Constructors Constructor Description PrimaryParameterNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this Primary_parameter_node object is equal to o.BigDecimal
getSoftLimit()
Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node.int
hashCode()
void
setSoftLimit(BigDecimal softLimit)
PrimaryParameterNode
softLimit(BigDecimal softLimit)
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_SOFT_LIMIT
public static final String JSON_PROPERTY_SOFT_LIMIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
softLimit
public PrimaryParameterNode softLimit(BigDecimal softLimit)
-
getSoftLimit
@Nullable public BigDecimal getSoftLimit()
Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7 minimum: 0.0- Returns:
- softLimit
-
setSoftLimit
public void setSoftLimit(BigDecimal softLimit)
-
equals
public boolean equals(Object o)
Return true if this Primary_parameter_node object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-