| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static GuardrailTriggerAction |
GuardrailTriggerAction.ABORT |
static GuardrailTriggerAction |
GuardrailTriggerAction.PAUSE |
| Modifier and Type | Method and Description |
|---|---|
static GuardrailTriggerAction |
GuardrailTriggerAction.fromValue(String value) |
GuardrailTriggerAction |
GuardrailMetricRequest.getTriggerAction()
Action to perform when a guardrail threshold is triggered.
|
GuardrailTriggerAction |
GuardrailMetric.getTriggerAction()
Action to perform when a guardrail threshold is triggered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailTriggerAction.GuardrailTriggerActionSerializer.serialize(GuardrailTriggerAction value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
GuardrailMetricRequest.setTriggerAction(GuardrailTriggerAction triggerAction) |
void |
GuardrailMetric.setTriggerAction(GuardrailTriggerAction triggerAction) |
GuardrailMetricRequest |
GuardrailMetricRequest.triggerAction(GuardrailTriggerAction triggerAction) |
GuardrailMetric |
GuardrailMetric.triggerAction(GuardrailTriggerAction triggerAction) |
| Constructor and Description |
|---|
GuardrailMetric(String metricId,
GuardrailTriggerAction triggerAction) |
GuardrailMetricRequest(String metricId,
GuardrailTriggerAction triggerAction) |
| Constructor and Description |
|---|
GuardrailTriggerActionSerializer(Class<GuardrailTriggerAction> t) |
Copyright © 2026. All rights reserved.