| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOResponseData |
SLOResponseData.addConfiguredAlertIdsItem(Long configuredAlertIdsItem) |
SLOResponseData |
SLOResponseData.addGroupsItem(String groupsItem) |
SLOResponseData |
SLOResponseData.addMonitorIdsItem(Long monitorIdsItem) |
SLOResponseData |
SLOResponseData.addMonitorTagsItem(String monitorTagsItem) |
SLOResponseData |
SLOResponseData.addTagsItem(String tagsItem) |
SLOResponseData |
SLOResponseData.addThresholdsItem(SLOThreshold thresholdsItem) |
SLOResponseData |
SLOResponseData.configuredAlertIds(List<Long> configuredAlertIds) |
SLOResponseData |
SLOResponseData.description(String description) |
SLOResponseData |
SLOResponse.getData()
A service level objective object includes a service level indicator, thresholds for one or more
timeframes, and metadata (
name, description, tags,
etc.). |
SLOResponseData |
SLOResponseData.groups(List<String> groups) |
SLOResponseData |
SLOResponseData.monitorIds(List<Long> monitorIds) |
SLOResponseData |
SLOResponseData.monitorTags(List<String> monitorTags) |
SLOResponseData |
SLOResponseData.name(String name) |
SLOResponseData |
SLOResponseData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SLOResponseData |
SLOResponseData.query(ServiceLevelObjectiveQuery query) |
SLOResponseData |
SLOResponseData.sliSpecification(SLOSliSpec sliSpecification) |
SLOResponseData |
SLOResponseData.tags(List<String> tags) |
SLOResponseData |
SLOResponseData.targetThreshold(Double targetThreshold) |
SLOResponseData |
SLOResponseData.thresholds(List<SLOThreshold> thresholds) |
SLOResponseData |
SLOResponseData.timeframe(SLOTimeframe timeframe) |
SLOResponseData |
SLOResponseData.type(SLOType type) |
SLOResponseData |
SLOResponseData.warningThreshold(Double warningThreshold) |
| Modifier and Type | Method and Description |
|---|---|
SLOResponse |
SLOResponse.data(SLOResponseData data) |
void |
SLOResponse.setData(SLOResponseData data) |
Copyright © 2024. All rights reserved.