public class SloUsageMetric extends Object
| Constructor and Description |
|---|
SloUsageMetric() |
| Modifier and Type | Method and Description |
|---|---|
Double |
inRangeTimeRatio()
Get the inRangeTimeRatio value.
|
ServiceObjectiveName |
serviceLevelObjective()
Get the serviceLevelObjective value.
|
UUID |
serviceLevelObjectiveId()
Get the serviceLevelObjectiveId value.
|
SloUsageMetric |
withInRangeTimeRatio(Double inRangeTimeRatio)
Set the inRangeTimeRatio value.
|
SloUsageMetric |
withServiceLevelObjective(ServiceObjectiveName serviceLevelObjective)
Set the serviceLevelObjective value.
|
SloUsageMetric |
withServiceLevelObjectiveId(UUID serviceLevelObjectiveId)
Set the serviceLevelObjectiveId value.
|
public ServiceObjectiveName serviceLevelObjective()
public SloUsageMetric withServiceLevelObjective(ServiceObjectiveName serviceLevelObjective)
serviceLevelObjective - the serviceLevelObjective value to setpublic UUID serviceLevelObjectiveId()
public SloUsageMetric withServiceLevelObjectiveId(UUID serviceLevelObjectiveId)
serviceLevelObjectiveId - the serviceLevelObjectiveId value to setpublic Double inRangeTimeRatio()
public SloUsageMetric withInRangeTimeRatio(Double inRangeTimeRatio)
inRangeTimeRatio - the inRangeTimeRatio value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/