BulkActivationStatus

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

Bases: object

Response of a bulk attribute activation operation.

Methods

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

Attributes

attribute_statuses [Required] Gets the attribute_statuses of this BulkActivationStatus.
bulk_activation_metadata [Required] Gets the bulk_activation_metadata of this BulkActivationStatus.
__init__(**kwargs)

Initializes a new BulkActivationStatus 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 BulkActivationStatus. 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 BulkActivationStatus.
Return type:list[oci.apm_traces.models.AttributeResponse]
bulk_activation_metadata

[Required] Gets the bulk_activation_metadata of this BulkActivationStatus.

Returns:The bulk_activation_metadata of this BulkActivationStatus.
Return type:oci.apm_traces.models.BulkActivationMetadata