| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOType |
SLOType.METRIC |
static SLOType |
SLOType.MONITOR |
static SLOType |
SLOType.TIME_SLICE |
| Modifier and Type | Method and Description |
|---|---|
static SLOType |
SLOType.fromValue(String value) |
SLOType |
SearchServiceLevelObjectiveAttributes.getSloType()
The type of the service level objective.
|
SLOType |
ServiceLevelObjectiveRequest.getType()
The type of the service level objective.
|
SLOType |
SLOResponseData.getType()
The type of the service level objective.
|
SLOType |
SLOHistoryResponseData.getType()
The type of the service level objective.
|
SLOType |
ServiceLevelObjective.getType()
The type of the service level objective.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLOType.SLOTypeSerializer.serialize(SLOType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SearchServiceLevelObjectiveAttributes.setSloType(SLOType sloType) |
void |
ServiceLevelObjectiveRequest.setType(SLOType type) |
void |
SLOResponseData.setType(SLOType type) |
void |
SLOHistoryResponseData.setType(SLOType type) |
void |
ServiceLevelObjective.setType(SLOType type) |
SearchServiceLevelObjectiveAttributes |
SearchServiceLevelObjectiveAttributes.sloType(SLOType sloType) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.type(SLOType type) |
SLOResponseData |
SLOResponseData.type(SLOType type) |
SLOHistoryResponseData |
SLOHistoryResponseData.type(SLOType type) |
ServiceLevelObjective |
ServiceLevelObjective.type(SLOType type) |
| Constructor and Description |
|---|
ServiceLevelObjective(String name,
List<SLOThreshold> thresholds,
SLOType type) |
ServiceLevelObjectiveRequest(String name,
List<SLOThreshold> thresholds,
SLOType type) |
| Constructor and Description |
|---|
SLOTypeSerializer(Class<SLOType> t) |
Copyright © 2024. All rights reserved.