BulkUpdateAttributeStatus¶
-
class
oci.apm_traces.models.
BulkUpdateAttributeStatus
(**kwargs)¶ Bases:
object
Response of a bulk update attribute operation.
Methods
__init__
(**kwargs)Initializes a new BulkUpdateAttributeStatus object with values from keyword arguments. Attributes
attribute_statuses
[Required] Gets the attribute_statuses of this BulkUpdateAttributeStatus. bulk_update_attribute_metadata
[Required] Gets the bulk_update_attribute_metadata of this BulkUpdateAttributeStatus. -
__init__
(**kwargs)¶ Initializes a new BulkUpdateAttributeStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - attribute_statuses (list[oci.apm_traces.models.AttributeUpdateResponse]) – The value to assign to the attribute_statuses property of this BulkUpdateAttributeStatus.
- bulk_update_attribute_metadata (oci.apm_traces.models.BulkUpdateAttributeMetadata) – The value to assign to the bulk_update_attribute_metadata property of this BulkUpdateAttributeStatus.
-
attribute_statuses
¶ [Required] Gets the attribute_statuses of this BulkUpdateAttributeStatus. We preserve the order of the attribute items from the bulk update attribute request in this collection. The ith object in this collection represents the bulk update attribute operation status of the ith object in the BulkUpdateAttributeDetails object in the Bulk update attribute request. If the bulk update attribute operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateAttributeMetadata object will contain the appropriate bulk error status for the bulk operation.
Returns: The attribute_statuses of this BulkUpdateAttributeStatus. Return type: list[oci.apm_traces.models.AttributeUpdateResponse]
-
bulk_update_attribute_metadata
¶ [Required] Gets the bulk_update_attribute_metadata of this BulkUpdateAttributeStatus.
Returns: The bulk_update_attribute_metadata of this BulkUpdateAttributeStatus. Return type: oci.apm_traces.models.BulkUpdateAttributeMetadata
-