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 Modifier and Type Field Description static String
JSON_PROPERTY_HIGH_THRESHOLD
static String
JSON_PROPERTY_LOW_THRESHOLD
static String
JSON_PROPERTY_MIN_AGE
-
Constructor Summary
Constructors Constructor Description KubeletImageGc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this kubelet-image-gc object is equal to o.Long
getHighThreshold()
Get highThreshold minimum: 0Long
getLowThreshold()
Get lowThreshold minimum: 0String
getMinAge()
Get minAgeint
hashCode()
KubeletImageGc
highThreshold(Long highThreshold)
KubeletImageGc
lowThreshold(Long lowThreshold)
KubeletImageGc
minAge(String minAge)
void
setHighThreshold(Long highThreshold)
void
setLowThreshold(Long lowThreshold)
void
setMinAge(String minAge)
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_HIGH_THRESHOLD
public static final String JSON_PROPERTY_HIGH_THRESHOLD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOW_THRESHOLD
public static final String JSON_PROPERTY_LOW_THRESHOLD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MIN_AGE
public static final String JSON_PROPERTY_MIN_AGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
highThreshold
public KubeletImageGc highThreshold(Long highThreshold)
-
getHighThreshold
@Nullable public Long getHighThreshold()
Get highThreshold minimum: 0- Returns:
- highThreshold
-
setHighThreshold
public void setHighThreshold(Long highThreshold)
-
lowThreshold
public KubeletImageGc lowThreshold(Long lowThreshold)
-
getLowThreshold
@Nullable public Long getLowThreshold()
Get lowThreshold minimum: 0- Returns:
- lowThreshold
-
setLowThreshold
public void setLowThreshold(Long lowThreshold)
-
minAge
public KubeletImageGc minAge(String minAge)
-
getMinAge
@Nullable public String getMinAge()
Get minAge- Returns:
- minAge
-
setMinAge
public void setMinAge(String minAge)
-
equals
public boolean equals(Object o)
Return true if this kubelet-image-gc object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-