| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOThreshold |
SLOThreshold.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SLOThreshold |
SLOThreshold.target(Double target) |
SLOThreshold |
SLOThreshold.targetDisplay(String targetDisplay) |
SLOThreshold |
SLOThreshold.timeframe(SLOTimeframe timeframe) |
SLOThreshold |
SLOThreshold.warning(Double warning) |
SLOThreshold |
SLOThreshold.warningDisplay(String warningDisplay) |
| Modifier and Type | Method and Description |
|---|---|
List<SLOThreshold> |
ServiceLevelObjectiveRequest.getThresholds()
The thresholds (timeframes and associated targets) for this service level objective object.
|
List<SLOThreshold> |
SLOResponseData.getThresholds()
The thresholds (timeframes and associated targets) for this service level objective object.
|
Map<String,SLOThreshold> |
SLOHistoryResponseData.getThresholds()
mapping of string timeframe to the SLO threshold.
|
List<SLOThreshold> |
ServiceLevelObjective.getThresholds()
The thresholds (timeframes and associated targets) for this service level objective object.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.addThresholdsItem(SLOThreshold thresholdsItem) |
SLOResponseData |
SLOResponseData.addThresholdsItem(SLOThreshold thresholdsItem) |
ServiceLevelObjective |
ServiceLevelObjective.addThresholdsItem(SLOThreshold thresholdsItem) |
SLOHistoryResponseData |
SLOHistoryResponseData.putThresholdsItem(String key,
SLOThreshold thresholdsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelObjectiveRequest.setThresholds(List<SLOThreshold> thresholds) |
void |
SLOResponseData.setThresholds(List<SLOThreshold> thresholds) |
void |
ServiceLevelObjective.setThresholds(List<SLOThreshold> thresholds) |
void |
SLOHistoryResponseData.setThresholds(Map<String,SLOThreshold> thresholds) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.thresholds(List<SLOThreshold> thresholds) |
SLOResponseData |
SLOResponseData.thresholds(List<SLOThreshold> thresholds) |
ServiceLevelObjective |
ServiceLevelObjective.thresholds(List<SLOThreshold> thresholds) |
SLOHistoryResponseData |
SLOHistoryResponseData.thresholds(Map<String,SLOThreshold> thresholds) |
| Constructor and Description |
|---|
ServiceLevelObjective(String name,
List<SLOThreshold> thresholds,
SLOType type) |
ServiceLevelObjectiveRequest(String name,
List<SLOThreshold> thresholds,
SLOType type) |
Copyright © 2024. All rights reserved.