CollectdResourceNameConfigurationDetails¶
- 
class oci.stack_monitoring.models.CollectdResourceNameConfigurationDetails(**kwargs)¶
- Bases: - object- Resource name generation overriding configurations for collectd resource types. - Methods - __init__(**kwargs)- Initializes a new CollectdResourceNameConfigurationDetails object with values from keyword arguments. - Attributes - exclude_properties- Gets the exclude_properties of this CollectdResourceNameConfigurationDetails. - include_properties- Gets the include_properties of this CollectdResourceNameConfigurationDetails. - suffix- Gets the suffix of this CollectdResourceNameConfigurationDetails. - 
__init__(**kwargs)¶
- Initializes a new CollectdResourceNameConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - suffix (str) – The value to assign to the suffix property of this CollectdResourceNameConfigurationDetails.
- include_properties (list[str]) – The value to assign to the include_properties property of this CollectdResourceNameConfigurationDetails.
- exclude_properties (list[str]) – The value to assign to the exclude_properties property of this CollectdResourceNameConfigurationDetails.
 
 - 
exclude_properties¶
- Gets the exclude_properties of this CollectdResourceNameConfigurationDetails. List of property names to be excluded. - Returns: - The exclude_properties of this CollectdResourceNameConfigurationDetails. - Return type: - list[str] 
 - 
include_properties¶
- Gets the include_properties of this CollectdResourceNameConfigurationDetails. List of property names to be included. - Returns: - The include_properties of this CollectdResourceNameConfigurationDetails. - Return type: - list[str] 
 - 
suffix¶
- Gets the suffix of this CollectdResourceNameConfigurationDetails. String to be suffixed to the resource name. - Returns: - The suffix of this CollectdResourceNameConfigurationDetails. - Return type: - str 
 
-