BulkDeActivationStatus

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

Bases: object

Response of a bulk attribute deactivation operation.

Methods

__init__(**kwargs) Initializes a new BulkDeActivationStatus object with values from keyword arguments.

Attributes

attribute_statuses [Required] Gets the attribute_statuses of this BulkDeActivationStatus.
bulk_de_activation_metadata [Required] Gets the bulk_de_activation_metadata of this BulkDeActivationStatus.
__init__(**kwargs)

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

Parameters:
attribute_statuses

[Required] Gets the attribute_statuses of this BulkDeActivationStatus. We preserve the order of the attribute items from the bulk activation request in this collection. The ith object in this collection represents the bulk activation operation status of the ith object in the BulkActivateAttributeDetails object from the Bulk Activation request. If the bulk activation operation results in a processing error or a validation error, the operationStatus property in the BulkActivationMetadata object will contain the appropriate bulk error status for the bulk operation.

Returns:The attribute_statuses of this BulkDeActivationStatus.
Return type:list[oci.apm_traces.models.AttributeResponse]
bulk_de_activation_metadata

[Required] Gets the bulk_de_activation_metadata of this BulkDeActivationStatus.

Returns:The bulk_de_activation_metadata of this BulkDeActivationStatus.
Return type:oci.apm_traces.models.BulkDeActivationMetadata