MaxLimitRangeCapability Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. MaxLimitRangeCapability
- com.
Implements
public final class MaxLimitRangeCapability
implements JsonSerializable<MaxLimitRangeCapability>
The maximum limit range capability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Max |
fromJson(JsonReader jsonReader)
Reads an instance of Max |
| Long |
maxValue()
Get the max |
| Long |
minValue()
Get the min |
| String |
reason()
Get the reason property: The reason for the capability not being available. |
| Long |
scaleSize()
Get the scale |
|
Capability |
status()
Get the status property: The status of the capability. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MaxLimitRangeCapability fromJson(JsonReader jsonReader)
Reads an instance of MaxLimitRangeCapability from the JsonReader.
Parameters:
Returns:
Throws:
maxValue
public Long maxValue()
Get the maxValue property: Maximum value.
Returns:
minValue
public Long minValue()
Get the minValue property: Minimum value.
Returns:
reason
public String reason()
Get the reason property: The reason for the capability not being available.
Returns:
scaleSize
public Long scaleSize()
Get the scaleSize property: Scale/step size for discrete values between the minimum value and the maximum value.
Returns:
status
public CapabilityStatus status()
Get the status property: The status of the capability.
Returns:
toJson
validate
public void validate()
Validates the instance.