| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FleetDeploymentResourceType |
FleetDeploymentResourceType.DEPLOYMENT |
| Modifier and Type | Method and Description |
|---|---|
static FleetDeploymentResourceType |
FleetDeploymentResourceType.fromValue(String value) |
FleetDeploymentResourceType |
FleetDeploymentPackageUpgradeCreate.getType()
The type of deployment resource.
|
FleetDeploymentResourceType |
FleetDeploymentConfigureCreate.getType()
The type of deployment resource.
|
FleetDeploymentResourceType |
FleetDeployment.getType()
The type of deployment resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetDeploymentResourceType.FleetDeploymentResourceTypeSerializer.serialize(FleetDeploymentResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
FleetDeploymentPackageUpgradeCreate.setType(FleetDeploymentResourceType type) |
void |
FleetDeploymentConfigureCreate.setType(FleetDeploymentResourceType type) |
void |
FleetDeployment.setType(FleetDeploymentResourceType type) |
FleetDeploymentPackageUpgradeCreate |
FleetDeploymentPackageUpgradeCreate.type(FleetDeploymentResourceType type) |
FleetDeploymentConfigureCreate |
FleetDeploymentConfigureCreate.type(FleetDeploymentResourceType type) |
FleetDeployment |
FleetDeployment.type(FleetDeploymentResourceType type) |
| Constructor and Description |
|---|
FleetDeployment(FleetDeploymentAttributes attributes,
String id,
FleetDeploymentResourceType type) |
FleetDeploymentConfigureCreate(FleetDeploymentConfigureAttributes attributes,
FleetDeploymentResourceType type) |
FleetDeploymentPackageUpgradeCreate(FleetDeploymentPackageUpgradeAttributes attributes,
FleetDeploymentResourceType type) |
| Constructor and Description |
|---|
FleetDeploymentResourceTypeSerializer(Class<FleetDeploymentResourceType> t) |
Copyright © 2026. All rights reserved.