Package com.exoscale.sdk.model
Class KubeletImageGc
java.lang.Object
com.exoscale.sdk.model.KubeletImageGc
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class KubeletImageGc
extends Object
Kubelet image GC options
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this kubelet-image-gc object is equal to o.Get highThreshold minimum: 0Get lowThreshold minimum: 0Get minAgeinthashCode()highThreshold(Long highThreshold) lowThreshold(Long lowThreshold) voidsetHighThreshold(Long highThreshold) voidsetLowThreshold(Long lowThreshold) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_HIGH_THRESHOLD
- See Also:
-
JSON_PROPERTY_LOW_THRESHOLD
- See Also:
-
JSON_PROPERTY_MIN_AGE
- See Also:
-
-
Constructor Details
-
KubeletImageGc
public KubeletImageGc()
-
-
Method Details
-
highThreshold
-
getHighThreshold
Get highThreshold minimum: 0- Returns:
- highThreshold
-
setHighThreshold
-
lowThreshold
-
getLowThreshold
Get lowThreshold minimum: 0- Returns:
- lowThreshold
-
setLowThreshold
-
minAge
-
getMinAge
Get minAge- Returns:
- minAge
-
setMinAge
-
equals
Return true if this kubelet-image-gc 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
-