BulkUnpinAttributeDetail¶
-
class
oci.apm_traces.models.
BulkUnpinAttributeDetail
(**kwargs)¶ Bases:
object
Object that contains the details about a single attribute in the bulk request to be unpinned.
Attributes
ATTRIBUTE_NAME_SPACE_SYNTHETIC
A constant which can be used with the attribute_name_space property of a BulkUnpinAttributeDetail. ATTRIBUTE_NAME_SPACE_TRACES
A constant which can be used with the attribute_name_space property of a BulkUnpinAttributeDetail. attribute_name
[Required] Gets the attribute_name of this BulkUnpinAttributeDetail. attribute_name_space
Gets the attribute_name_space of this BulkUnpinAttributeDetail. Methods
__init__
(**kwargs)Initializes a new BulkUnpinAttributeDetail 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 BulkUnpinAttributeDetail. 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 BulkUnpinAttributeDetail. This constant has a value of “TRACES”
-
__init__
(**kwargs)¶ Initializes a new BulkUnpinAttributeDetail 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 BulkUnpinAttributeDetail.
- attribute_name_space (str) – The value to assign to the attribute_name_space property of this BulkUnpinAttributeDetail. Allowed values for this property are: “TRACES”, “SYNTHETIC”
-
attribute_name
¶ [Required] Gets the attribute_name of this BulkUnpinAttributeDetail. Name of the attribute to be unpinned.
Returns: The attribute_name of this BulkUnpinAttributeDetail. Return type: str
-
attribute_name_space
¶ Gets the attribute_name_space of this BulkUnpinAttributeDetail. Namespace of the attribute to be unpinned. 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 BulkUnpinAttributeDetail. Return type: str
-