EditionCapability Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. EditionCapability
- com.
Implements
public final class EditionCapability
implements JsonSerializable<EditionCapability>
The edition capability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Edition |
fromJson(JsonReader jsonReader)
Reads an instance of Edition |
| String |
name()
Get the name property: The database edition name. |
|
Read |
readScale()
Get the read |
| String |
reason()
Get the reason property: The reason for the capability not being available. |
|
Capability |
status()
Get the status property: The status of the capability. |
|
List<Service |
supportedServiceLevelObjectives()
Get the supported |
|
List<Storage |
supportedStorageCapabilities()
Get the supported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Boolean |
zonePinning()
Get the zone |
| Boolean |
zoneRedundant()
Get the zone |
Methods inherited from java.lang.Object
Method Details
fromJson
public static EditionCapability fromJson(JsonReader jsonReader)
Reads an instance of EditionCapability from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The database edition name.
Returns:
readScale
public ReadScaleCapability readScale()
Get the readScale property: The read scale capability for the edition.
Returns:
reason
public String reason()
Get the reason property: The reason for the capability not being available.
Returns:
status
public CapabilityStatus status()
Get the status property: The status of the capability.
Returns:
supportedServiceLevelObjectives
public List<ServiceObjectiveCapability> supportedServiceLevelObjectives()
Get the supportedServiceLevelObjectives property: The list of supported service objectives for the edition.
Returns:
supportedStorageCapabilities
public List<StorageCapability> supportedStorageCapabilities()
Get the supportedStorageCapabilities property: The list of supported storage capabilities for this edition.
Returns:
toJson
validate
public void validate()
Validates the instance.
zonePinning
public Boolean zonePinning()
Get the zonePinning property: Whether or not zone pinning is supported for the edition.
Returns:
zoneRedundant
public Boolean zoneRedundant()
Get the zoneRedundant property: Whether or not zone redundancy is supported for the edition.
Returns: