public class ServiceObjectiveCapability extends Object
| Constructor and Description |
|---|
ServiceObjectiveCapability() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
id()
Get the unique ID of the service objective.
|
MaxSizeCapability |
includedMaxSize()
Get the included (free) max size for this service level objective.
|
String |
name()
Get the service objective name.
|
CapabilityStatus |
status()
Get the status of the service objective.
|
List<MaxSizeCapability> |
supportedMaxSizes()
Get the list of supported maximum database sizes for this service objective.
|
PerformanceLevelUnit |
unit()
Get unit type used to measure service objective performance level.
|
Integer |
value()
Get performance level value.
|
public String name()
public CapabilityStatus status()
public PerformanceLevelUnit unit()
public Integer value()
public UUID id()
public List<MaxSizeCapability> supportedMaxSizes()
public MaxSizeCapability includedMaxSize()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/