BulkPinStatus¶
-
class
oci.apm_traces.models.
BulkPinStatus
(**kwargs)¶ Bases:
object
Response of a bulk attribute pin operation.
Methods
__init__
(**kwargs)Initializes a new BulkPinStatus object with values from keyword arguments. Attributes
attribute_statuses
[Required] Gets the attribute_statuses of this BulkPinStatus. bulk_pin_metadata
[Required] Gets the bulk_pin_metadata of this BulkPinStatus. -
__init__
(**kwargs)¶ Initializes a new BulkPinStatus 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.AttributePinResponse]) – The value to assign to the attribute_statuses property of this BulkPinStatus.
- bulk_pin_metadata (oci.apm_traces.models.BulkPinMetadata) – The value to assign to the bulk_pin_metadata property of this BulkPinStatus.
-
attribute_statuses
¶ [Required] Gets the attribute_statuses of this BulkPinStatus. We preserve the order of the attribute items from the bulk pin request in this collection. The ith object in this collection represents the bulk pin operation status of the ith object in the BulkPinAttributeDetails object in the Bulk pin request. If the bulk pin operation results in a processing error or a validation error, the operationStatus property in the BulkPinMetadata object will contain the appropriate bulk error status for the bulk operation.
Returns: The attribute_statuses of this BulkPinStatus. Return type: list[oci.apm_traces.models.AttributePinResponse]
-
bulk_pin_metadata
¶ [Required] Gets the bulk_pin_metadata of this BulkPinStatus.
Returns: The bulk_pin_metadata of this BulkPinStatus. Return type: oci.apm_traces.models.BulkPinMetadata
-