| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsTestPauseStatus |
SyntheticsTestPauseStatus.LIVE |
static SyntheticsTestPauseStatus |
SyntheticsTestPauseStatus.PAUSED |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsTestPauseStatus |
SyntheticsTestPauseStatus.fromValue(String value) |
SyntheticsTestPauseStatus |
SyntheticsNetworkTest.getStatus()
Define whether you want to start (
live) or pause (paused) a Synthetic
test. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsTestPauseStatus.SyntheticsTestPauseStatusSerializer.serialize(SyntheticsTestPauseStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsNetworkTest.setStatus(SyntheticsTestPauseStatus status) |
SyntheticsNetworkTest |
SyntheticsNetworkTest.status(SyntheticsTestPauseStatus status) |
| Constructor and Description |
|---|
SyntheticsTestPauseStatusSerializer(Class<SyntheticsTestPauseStatus> t) |
Copyright © 2026. All rights reserved.