BulkDeActivateAttributeDetail¶
-
class
oci.apm_traces.models.
BulkDeActivateAttributeDetail
(**kwargs)¶ Bases:
object
Object that contains the details about a single attribute to be deactivated.
Attributes
ATTRIBUTE_NAME_SPACE_SYNTHETIC
A constant which can be used with the attribute_name_space property of a BulkDeActivateAttributeDetail. ATTRIBUTE_NAME_SPACE_TRACES
A constant which can be used with the attribute_name_space property of a BulkDeActivateAttributeDetail. attribute_name
[Required] Gets the attribute_name of this BulkDeActivateAttributeDetail. attribute_name_space
Gets the attribute_name_space of this BulkDeActivateAttributeDetail. Methods
__init__
(**kwargs)Initializes a new BulkDeActivateAttributeDetail object with values from keyword arguments. -
ATTRIBUTE_NAME_SPACE_SYNTHETIC
= 'SYNTHETIC'¶ A constant which can be used with the attribute_name_space property of a BulkDeActivateAttributeDetail. This constant has a value of “SYNTHETIC”
-
ATTRIBUTE_NAME_SPACE_TRACES
= 'TRACES'¶ A constant which can be used with the attribute_name_space property of a BulkDeActivateAttributeDetail. This constant has a value of “TRACES”
-
__init__
(**kwargs)¶ Initializes a new BulkDeActivateAttributeDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - attribute_name (str) – The value to assign to the attribute_name property of this BulkDeActivateAttributeDetail.
- attribute_name_space (str) – The value to assign to the attribute_name_space property of this BulkDeActivateAttributeDetail. Allowed values for this property are: “TRACES”, “SYNTHETIC”
-
attribute_name
¶ [Required] Gets the attribute_name of this BulkDeActivateAttributeDetail. Name of the attribute to be deactivated.
Returns: The attribute_name of this BulkDeActivateAttributeDetail. Return type: str
-
attribute_name_space
¶ Gets the attribute_name_space of this BulkDeActivateAttributeDetail. Namespace of the attribute to be deactivated. The attributeNameSpace will default to TRACES if it is not passed in.
Allowed values for this property are: “TRACES”, “SYNTHETIC”
Returns: The attribute_name_space of this BulkDeActivateAttributeDetail. Return type: str
-