BulkUpdateAttributeNotesDetail

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

Bases: object

Object that contains the details about a single attribute in the bulk request for which notes are to be updated.

Attributes

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

Methods

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

__init__(**kwargs)

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

[Required] Gets the attribute_name of this BulkUpdateAttributeNotesDetail. Name of the attribute for which notes are to be updated.

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

Gets the attribute_name_space of this BulkUpdateAttributeNotesDetail. Namespace of the attribute for which the notes are to be updated. 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 BulkUpdateAttributeNotesDetail.
Return type:str
notes

[Required] Gets the notes of this BulkUpdateAttributeNotesDetail. Notes to be updated. The size of notes cannot exceed 1000 chars.

Returns:The notes of this BulkUpdateAttributeNotesDetail.
Return type:str