| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOState |
SLOState.BREACHED |
static SLOState |
SLOState.NO_DATA |
static SLOState |
SLOState.OK |
static SLOState |
SLOState.WARNING |
| Modifier and Type | Method and Description |
|---|---|
static SLOState |
SLOState.fromValue(String value) |
SLOState |
SLOOverallStatuses.getState()
State of the SLO.
|
SLOState |
SLOStatus.getState()
State of the SLO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLOState.SLOStateSerializer.serialize(SLOState value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOOverallStatuses.setState(SLOState state) |
void |
SLOStatus.setState(SLOState state) |
SLOOverallStatuses |
SLOOverallStatuses.state(SLOState state) |
SLOStatus |
SLOStatus.state(SLOState state) |
| Constructor and Description |
|---|
SLOStateSerializer(Class<SLOState> t) |
Copyright © 2024. All rights reserved.