BulkPinAttributeDetail

class oci.apm_traces.models.BulkPinAttributeDetail(**kwargs)

Bases: object

Object that contains the details about a single attribute in the bulk request to be pinned.

Attributes

ATTRIBUTE_NAME_SPACE_SYNTHETIC A constant which can be used with the attribute_name_space property of a BulkPinAttributeDetail.
ATTRIBUTE_NAME_SPACE_TRACES A constant which can be used with the attribute_name_space property of a BulkPinAttributeDetail.
attribute_name [Required] Gets the attribute_name of this BulkPinAttributeDetail.
attribute_name_space Gets the attribute_name_space of this BulkPinAttributeDetail.

Methods

__init__(**kwargs) Initializes a new BulkPinAttributeDetail 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 BulkPinAttributeDetail. 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 BulkPinAttributeDetail. This constant has a value of “TRACES”

__init__(**kwargs)

Initializes a new BulkPinAttributeDetail 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 BulkPinAttributeDetail.
  • attribute_name_space (str) – The value to assign to the attribute_name_space property of this BulkPinAttributeDetail. Allowed values for this property are: “TRACES”, “SYNTHETIC”
attribute_name

[Required] Gets the attribute_name of this BulkPinAttributeDetail. Name of the attribute to be pinned.

Returns:The attribute_name of this BulkPinAttributeDetail.
Return type:str
attribute_name_space

Gets the attribute_name_space of this BulkPinAttributeDetail. Namespace of the attribute to be pinned. 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 BulkPinAttributeDetail.
Return type:str