TelegrafResourceNameConfigurationDetails

class oci.stack_monitoring.models.TelegrafResourceNameConfigurationDetails(**kwargs)

Bases: object

Resource name generation overriding configurations for telegraf resource types.

Methods

__init__(**kwargs) Initializes a new TelegrafResourceNameConfigurationDetails object with values from keyword arguments.

Attributes

exclude_tags Gets the exclude_tags of this TelegrafResourceNameConfigurationDetails.
include_tags Gets the include_tags of this TelegrafResourceNameConfigurationDetails.
is_use_tags_only Gets the is_use_tags_only of this TelegrafResourceNameConfigurationDetails.
__init__(**kwargs)

Initializes a new TelegrafResourceNameConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_use_tags_only (bool) – The value to assign to the is_use_tags_only property of this TelegrafResourceNameConfigurationDetails.
  • include_tags (list[str]) – The value to assign to the include_tags property of this TelegrafResourceNameConfigurationDetails.
  • exclude_tags (list[str]) – The value to assign to the exclude_tags property of this TelegrafResourceNameConfigurationDetails.
exclude_tags

Gets the exclude_tags of this TelegrafResourceNameConfigurationDetails. List of tag names to be excluded.

Returns:The exclude_tags of this TelegrafResourceNameConfigurationDetails.
Return type:list[str]
include_tags

Gets the include_tags of this TelegrafResourceNameConfigurationDetails. List of tag names to be included.

Returns:The include_tags of this TelegrafResourceNameConfigurationDetails.
Return type:list[str]
is_use_tags_only

Gets the is_use_tags_only of this TelegrafResourceNameConfigurationDetails. Flag to indicate if only tags will be used for resource name generation.

Returns:The is_use_tags_only of this TelegrafResourceNameConfigurationDetails.
Return type:bool