public final class MaxSizeRangeCapability extends Object
| Constructor and Description |
|---|
MaxSizeRangeCapability() |
| Modifier and Type | Method and Description |
|---|---|
LogSizeCapability |
logSize()
Get the logSize property: Size of transaction log.
|
MaxSizeCapability |
maxValue()
Get the maxValue property: Maximum value.
|
MaxSizeCapability |
minValue()
Get the minValue property: Minimum value.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
MaxSizeCapability |
scaleSize()
Get the scaleSize property: Scale/step size for discrete values between the minimum value and the maximum value.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
void |
validate()
Validates the instance.
|
MaxSizeRangeCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public MaxSizeCapability minValue()
public MaxSizeCapability maxValue()
public MaxSizeCapability scaleSize()
public LogSizeCapability logSize()
public CapabilityStatus status()
public String reason()
public MaxSizeRangeCapability withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.