@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentRuleOptionsFaultyDeploymentDetection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOWED_RESOURCES |
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_EXCLUDED_RESOURCES |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentRuleOptionsFaultyDeploymentDetection() |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOWED_RESOURCES
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_EXCLUDED_RESOURCES
public DeploymentRuleOptionsFaultyDeploymentDetection()
public DeploymentRuleOptionsFaultyDeploymentDetection allowedResources(List<String> allowedResources)
public DeploymentRuleOptionsFaultyDeploymentDetection addAllowedResourcesItem(String allowedResourcesItem)
@Nullable public List<String> getAllowedResources()
excluded_resources.public DeploymentRuleOptionsFaultyDeploymentDetection duration(Long duration)
@Nullable public Long getDuration()
public void setDuration(Long duration)
public DeploymentRuleOptionsFaultyDeploymentDetection excludedResources(List<String> excludedResources)
public DeploymentRuleOptionsFaultyDeploymentDetection addExcludedResourcesItem(String excludedResourcesItem)
@Nullable public List<String> getExcludedResources()
public boolean equals(Object o)
Copyright © 2026. All rights reserved.