public final class MinCapacityCapability extends Object
| Constructor and Description |
|---|
MinCapacityCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
void |
validate()
Validates the instance.
|
Double |
value()
Get the value property: Min capacity value.
|
MinCapacityCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public Double value()
public CapabilityStatus status()
public String reason()
public MinCapacityCapability 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.