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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Primary_parameter_node object is equal to o.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) softLimit
(BigDecimal softLimit) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SOFT_LIMIT
- See Also:
-
-
Constructor Details
-
PrimaryParameterNode
public PrimaryParameterNode()
-
-
Method Details
-
softLimit
-
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
-
equals
Return true if this Primary_parameter_node 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
-