| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TagPolicyCreateType |
TagPolicyCreateType.SURFACING |
| Modifier and Type | Method and Description |
|---|---|
static TagPolicyCreateType |
TagPolicyCreateType.fromValue(String value) |
TagPolicyCreateType |
TagPolicyCreateAttributes.getPolicyType()
The policy type allowed when creating a tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
TagPolicyCreateAttributes |
TagPolicyCreateAttributes.policyType(TagPolicyCreateType policyType) |
void |
TagPolicyCreateType.TagPolicyCreateTypeSerializer.serialize(TagPolicyCreateType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TagPolicyCreateAttributes.setPolicyType(TagPolicyCreateType policyType) |
| Constructor and Description |
|---|
TagPolicyCreateAttributes(String policyName,
TagPolicyCreateType policyType,
String scope,
TagPolicySource source,
String tagKey,
List<String> tagValuePatterns) |
| Constructor and Description |
|---|
TagPolicyCreateTypeSerializer(Class<TagPolicyCreateType> t) |
Copyright © 2026. All rights reserved.