Class HostPortRange
java.lang.Object
io.fabric8.kubernetes.api.model.policy.HostPortRange
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class HostPortRange extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description HostPortRange()No args constructor for use in serializationHostPortRange(Integer max, Integer min) -
Method Summary
-
Constructor Details
-
HostPortRange
public HostPortRange()No args constructor for use in serialization -
HostPortRange
- Parameters:
min-max-
-
-
Method Details
-
getMax
- Returns:
- The max
-
setMax
- Parameters:
max- The max
-
getMin
- Returns:
- The min
-
setMin
- Parameters:
min- The min
-
getAdditionalProperties
-
setAdditionalProperty
-