public final class EditionCapability extends Object
| Constructor and Description |
|---|
EditionCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The database edition name.
|
ReadScaleCapability |
readScale()
Get the readScale property: The read scale capability for the edition.
|
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.
|
List<ServiceObjectiveCapability> |
supportedServiceLevelObjectives()
Get the supportedServiceLevelObjectives property: The list of supported service objectives for the edition.
|
List<StorageCapability> |
supportedStorageCapabilities()
Get the supportedStorageCapabilities property: The list of supported storage capabilities for this edition.
|
void |
validate()
Validates the instance.
|
EditionCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
Boolean |
zoneRedundant()
Get the zoneRedundant property: Whether or not zone redundancy is supported for the edition.
|
public String name()
public List<ServiceObjectiveCapability> supportedServiceLevelObjectives()
public Boolean zoneRedundant()
public ReadScaleCapability readScale()
public List<StorageCapability> supportedStorageCapabilities()
public CapabilityStatus status()
public String reason()
public EditionCapability 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.