@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateTenancyConfigDataAttributesLogsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPARTMENT_TAG_FILTERS |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_ENABLED_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateTenancyConfigDataAttributesLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTenancyConfigDataAttributesLogsConfig |
addCompartmentTagFiltersItem(String compartmentTagFiltersItem) |
UpdateTenancyConfigDataAttributesLogsConfig |
addEnabledServicesItem(String enabledServicesItem) |
UpdateTenancyConfigDataAttributesLogsConfig |
compartmentTagFilters(List<String> compartmentTagFilters) |
UpdateTenancyConfigDataAttributesLogsConfig |
enabled(Boolean enabled) |
UpdateTenancyConfigDataAttributesLogsConfig |
enabledServices(List<String> enabledServices) |
boolean |
equals(Object o)
Return true if this UpdateTenancyConfigDataAttributesLogsConfig object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getCompartmentTagFilters()
List of compartment tag filters to scope log collection to specific compartments.
|
Boolean |
getEnabled()
Whether log collection is enabled for the tenancy.
|
List<String> |
getEnabledServices()
List of OCI service names for which log collection is enabled.
|
int |
hashCode() |
UpdateTenancyConfigDataAttributesLogsConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCompartmentTagFilters(List<String> compartmentTagFilters) |
void |
setEnabled(Boolean enabled) |
void |
setEnabledServices(List<String> enabledServices) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPARTMENT_TAG_FILTERS
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED_SERVICES
public UpdateTenancyConfigDataAttributesLogsConfig()
public UpdateTenancyConfigDataAttributesLogsConfig compartmentTagFilters(List<String> compartmentTagFilters)
public UpdateTenancyConfigDataAttributesLogsConfig addCompartmentTagFiltersItem(String compartmentTagFiltersItem)
@Nullable public List<String> getCompartmentTagFilters()
public UpdateTenancyConfigDataAttributesLogsConfig enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public UpdateTenancyConfigDataAttributesLogsConfig enabledServices(List<String> enabledServices)
public UpdateTenancyConfigDataAttributesLogsConfig addEnabledServicesItem(String enabledServicesItem)
@Nullable public List<String> getEnabledServices()
public UpdateTenancyConfigDataAttributesLogsConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.