public final class ManagedInstanceVcoresCapability extends Object
| Constructor and Description |
|---|
ManagedInstanceVcoresCapability() |
| Modifier and Type | Method and Description |
|---|---|
MaxSizeCapability |
includedMaxSize()
Get the includedMaxSize property: Included size.
|
Boolean |
instancePoolSupported()
Get the instancePoolSupported property: True if this service objective is supported for managed instances in an
instance pool.
|
String |
name()
Get the name property: The virtual cores identifier.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
Boolean |
standaloneSupported()
Get the standaloneSupported property: True if this service objective is supported for standalone managed
instances.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
List<MaxSizeRangeCapability> |
supportedStorageSizes()
Get the supportedStorageSizes property: Storage size ranges.
|
void |
validate()
Validates the instance.
|
Integer |
value()
Get the value property: The virtual cores value.
|
ManagedInstanceVcoresCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public String name()
public Integer value()
public MaxSizeCapability includedMaxSize()
public List<MaxSizeRangeCapability> supportedStorageSizes()
public Boolean instancePoolSupported()
public Boolean standaloneSupported()
public CapabilityStatus status()
public String reason()
public ManagedInstanceVcoresCapability 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.