public final class ServiceObjectiveCapability extends Object
| Constructor and Description |
|---|
ServiceObjectiveCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeModel()
Get the computeModel property: The compute model.
|
UUID |
id()
Get the id property: The unique ID of the service objective.
|
MaxSizeCapability |
includedMaxSize()
Get the includedMaxSize property: The included (free) max size.
|
String |
name()
Get the name property: The service objective name.
|
PerformanceLevelCapability |
performanceLevel()
Get the performanceLevel property: The performance level.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
Sku |
sku()
Get the sku property: The sku.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
AutoPauseDelayTimeRange |
supportedAutoPauseDelay()
Get the supportedAutoPauseDelay property: Supported time range for auto pause delay.
|
List<LicenseTypeCapability> |
supportedLicenseTypes()
Get the supportedLicenseTypes property: List of supported license types.
|
List<MaxSizeRangeCapability> |
supportedMaxSizes()
Get the supportedMaxSizes property: The list of supported maximum database sizes.
|
List<MinCapacityCapability> |
supportedMinCapacities()
Get the supportedMinCapacities property: List of supported min capacities.
|
void |
validate()
Validates the instance.
|
ServiceObjectiveCapability |
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 service objective.
|
public UUID id()
public String name()
public List<MaxSizeRangeCapability> supportedMaxSizes()
public PerformanceLevelCapability performanceLevel()
public Sku sku()
public List<LicenseTypeCapability> supportedLicenseTypes()
public MaxSizeCapability includedMaxSize()
public Boolean zoneRedundant()
public AutoPauseDelayTimeRange supportedAutoPauseDelay()
public List<MinCapacityCapability> supportedMinCapacities()
public String computeModel()
public CapabilityStatus status()
public String reason()
public ServiceObjectiveCapability 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.