BulkDeActivationMetadata

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

Bases: object

Metadata about the bulk deactivation operation. The bulk deactivation operation is atomic and binary. If the processing of any of the attributes in the bulk deactivation request results in a processing or validation error, then none of the attributes in the request are deactivated. The bulk deactivation request succeeds only when all the attributes in the bulk deactivation request are processed and they get a successful attributeStatus back.

Attributes

OPERATION_STATUS_EMPTY_ATTRIBUTE_LIST A constant which can be used with the operation_status property of a BulkDeActivationMetadata.
OPERATION_STATUS_INVALID_BULK_REQUEST A constant which can be used with the operation_status property of a BulkDeActivationMetadata.
OPERATION_STATUS_NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED A constant which can be used with the operation_status property of a BulkDeActivationMetadata.
OPERATION_STATUS_STRING_ATTRIBUTE_LIMIT_EXCEEDED A constant which can be used with the operation_status property of a BulkDeActivationMetadata.
OPERATION_STATUS_SUCCESS A constant which can be used with the operation_status property of a BulkDeActivationMetadata.
OPERATION_TYPE_DEACTIVATE A constant which can be used with the operation_type property of a BulkDeActivationMetadata.
attributes_de_activated Gets the attributes_de_activated of this BulkDeActivationMetadata.
available_numeric_attributes Gets the available_numeric_attributes of this BulkDeActivationMetadata.
available_string_attributes Gets the available_string_attributes of this BulkDeActivationMetadata.
available_synthetic_numeric_attributes Gets the available_synthetic_numeric_attributes of this BulkDeActivationMetadata.
available_synthetic_string_attributes Gets the available_synthetic_string_attributes of this BulkDeActivationMetadata.
operation_status [Required] Gets the operation_status of this BulkDeActivationMetadata.
operation_type [Required] Gets the operation_type of this BulkDeActivationMetadata.
synthetic_attributes_de_activated Gets the synthetic_attributes_de_activated of this BulkDeActivationMetadata.

Methods

__init__(**kwargs) Initializes a new BulkDeActivationMetadata object with values from keyword arguments.
OPERATION_STATUS_EMPTY_ATTRIBUTE_LIST = 'EMPTY_ATTRIBUTE_LIST'

A constant which can be used with the operation_status property of a BulkDeActivationMetadata. This constant has a value of “EMPTY_ATTRIBUTE_LIST”

OPERATION_STATUS_INVALID_BULK_REQUEST = 'INVALID_BULK_REQUEST'

A constant which can be used with the operation_status property of a BulkDeActivationMetadata. This constant has a value of “INVALID_BULK_REQUEST”

OPERATION_STATUS_NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED = 'NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED'

A constant which can be used with the operation_status property of a BulkDeActivationMetadata. This constant has a value of “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”

OPERATION_STATUS_STRING_ATTRIBUTE_LIMIT_EXCEEDED = 'STRING_ATTRIBUTE_LIMIT_EXCEEDED'

A constant which can be used with the operation_status property of a BulkDeActivationMetadata. This constant has a value of “STRING_ATTRIBUTE_LIMIT_EXCEEDED”

OPERATION_STATUS_SUCCESS = 'SUCCESS'

A constant which can be used with the operation_status property of a BulkDeActivationMetadata. This constant has a value of “SUCCESS”

OPERATION_TYPE_DEACTIVATE = 'DEACTIVATE'

A constant which can be used with the operation_type property of a BulkDeActivationMetadata. This constant has a value of “DEACTIVATE”

__init__(**kwargs)

Initializes a new BulkDeActivationMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • operation_status (str) – The value to assign to the operation_status property of this BulkDeActivationMetadata. Allowed values for this property are: “SUCCESS”, “EMPTY_ATTRIBUTE_LIST”, “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”, “STRING_ATTRIBUTE_LIMIT_EXCEEDED”, “INVALID_BULK_REQUEST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • operation_type (str) – The value to assign to the operation_type property of this BulkDeActivationMetadata. Allowed values for this property are: “DEACTIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • attributes_de_activated (int) – The value to assign to the attributes_de_activated property of this BulkDeActivationMetadata.
  • synthetic_attributes_de_activated (int) – The value to assign to the synthetic_attributes_de_activated property of this BulkDeActivationMetadata.
  • available_string_attributes (int) – The value to assign to the available_string_attributes property of this BulkDeActivationMetadata.
  • available_numeric_attributes (int) – The value to assign to the available_numeric_attributes property of this BulkDeActivationMetadata.
  • available_synthetic_string_attributes (int) – The value to assign to the available_synthetic_string_attributes property of this BulkDeActivationMetadata.
  • available_synthetic_numeric_attributes (int) – The value to assign to the available_synthetic_numeric_attributes property of this BulkDeActivationMetadata.
attributes_de_activated

Gets the attributes_de_activated of this BulkDeActivationMetadata. Total number attributes (both string and numeric) in TRACES namespace that were deactivated.

Returns:The attributes_de_activated of this BulkDeActivationMetadata.
Return type:int
available_numeric_attributes

Gets the available_numeric_attributes of this BulkDeActivationMetadata. Total number of free slots available for activation of additional numeric attributes in TRACES namespace in the APM Domain.

Returns:The available_numeric_attributes of this BulkDeActivationMetadata.
Return type:int
available_string_attributes

Gets the available_string_attributes of this BulkDeActivationMetadata. Total number of free slots available for activation of additional string attributes in TRACES namespace in the APM Domain.

Returns:The available_string_attributes of this BulkDeActivationMetadata.
Return type:int
available_synthetic_numeric_attributes

Gets the available_synthetic_numeric_attributes of this BulkDeActivationMetadata. Total number of free slots available for activation of additional numeric attributes in SYNTHETIC namespace in the APM Domain.

Returns:The available_synthetic_numeric_attributes of this BulkDeActivationMetadata.
Return type:int
available_synthetic_string_attributes

Gets the available_synthetic_string_attributes of this BulkDeActivationMetadata. Total number of free slots available for activation of additional string attributes in SYNTHETIC namespace in the APM Domain.

Returns:The available_synthetic_string_attributes of this BulkDeActivationMetadata.
Return type:int
operation_status

[Required] Gets the operation_status of this BulkDeActivationMetadata. Operation status of the bulk deactivation operation. The bulk deactivation operation could have either a success or an error status as defined below. Note that if a bulk operation has not succeeded, we do not deactivate any tags in the request set. SUCCESS - The bulk deactivation operation has succeeded and all the attributes in the bulk deactivation request have been deactivated by this operation or deactivated earlier. The following are error statuses for the bulk deactivation operation. Note that none of the attributes (string or numeric) in the bulk request have been deactivated by this bulk deactivation operation if any of the below statuses are returned. EMPTY_ATTRIBUTE_LIST - The bulk deactivation request object was empty and did not contain any attributes to be deactivated. NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be present in the APM Domain. STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be present in the APM Domain. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.

Allowed values for this property are: “SUCCESS”, “EMPTY_ATTRIBUTE_LIST”, “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”, “STRING_ATTRIBUTE_LIMIT_EXCEEDED”, “INVALID_BULK_REQUEST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_status of this BulkDeActivationMetadata.
Return type:str
operation_type

[Required] Gets the operation_type of this BulkDeActivationMetadata. Type of operation.

Allowed values for this property are: “DEACTIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_type of this BulkDeActivationMetadata.
Return type:str
synthetic_attributes_de_activated

Gets the synthetic_attributes_de_activated of this BulkDeActivationMetadata. Total number attributes (both string and numeric) in SYNTHETIC namespace that were deactivated.

Returns:The synthetic_attributes_de_activated of this BulkDeActivationMetadata.
Return type:int