Enum BulkUpdateAttributeMetadata.OperationStatus

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<BulkUpdateAttributeMetadata.OperationStatus>
    Enclosing class:
    BulkUpdateAttributeMetadata

    public static enum BulkUpdateAttributeMetadata.OperationStatus
    extends Enum<BulkUpdateAttributeMetadata.OperationStatus>
    implements BmcEnum
    Operation status of the bulk update attribute operation.

    SUCCESS - The bulk attribute update request has succeeded and all the attributes in the request have been updated. The following are error statuses for the bulk update attributes operation. EMPTY_ATTRIBUTE_LIST - The bulk update attributes request object was empty and did not contain any attributes for which properties had to be updated. 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.