public static enum BulkDeActivationMetadata.OperationStatus extends Enum<BulkDeActivationMetadata.OperationStatus> implements BmcEnum
Operation status of the bulk deactivation operation. The bulk deactivation operation could have either a success or an error status as defined below. Note that if a bulk operation has not succeeded, we do not deactivate any tags in the request set. SUCCESS - The bulk deactivation operation has succeeded and all the attributes in the bulk deactivation request have been deactivated by this operation or deactivated earlier. The following are error statuses for the bulk deactivation operation. Note that none of the attributes (string or numeric) in the bulk request have been deactivated by this bulk deactivation operation if any of the below statuses are returned. EMPTY_ATTRIBUTE_LIST - The bulk deactivation request object was empty and did not contain any attributes to be deactivated. NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be present in the APM Domain. STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be present in the APM Domain. 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.
Enum Constant and Description |
---|
EmptyAttributeList |
InvalidBulkRequest |
NumericAttributeLimitExceeded |
StringAttributeLimitExceeded |
Success |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static BulkDeActivationMetadata.OperationStatus |
create(String key) |
String |
getValue() |
static BulkDeActivationMetadata.OperationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkDeActivationMetadata.OperationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkDeActivationMetadata.OperationStatus Success
public static final BulkDeActivationMetadata.OperationStatus EmptyAttributeList
public static final BulkDeActivationMetadata.OperationStatus NumericAttributeLimitExceeded
public static final BulkDeActivationMetadata.OperationStatus StringAttributeLimitExceeded
public static final BulkDeActivationMetadata.OperationStatus InvalidBulkRequest
public static final BulkDeActivationMetadata.OperationStatus UnknownEnumValue
public static BulkDeActivationMetadata.OperationStatus[] values()
for (BulkDeActivationMetadata.OperationStatus c : BulkDeActivationMetadata.OperationStatus.values()) System.out.println(c);
public static BulkDeActivationMetadata.OperationStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BulkDeActivationMetadata.OperationStatus create(String key)
Copyright © 2016–2024. All rights reserved.