public enum CbsErrorCode extends Enum<CbsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CbsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CbsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CbsErrorCode AUTOSNAPSHOTPOLICYOUTOFQUOTA
public static final CbsErrorCode INSUFFICIENTREFUNDQUOTA
public static final CbsErrorCode INSUFFICIENTSNAPSHOTQUOTA
public static final CbsErrorCode INTERNALERROR_COMPONENTERROR
public static final CbsErrorCode INTERNALERROR_FAILQUERYRESOURCE
public static final CbsErrorCode INTERNALERROR_RESOURCEOPFAILED
public static final CbsErrorCode INVALIDACCOUNT_INSUFFICIENTBALANCE
public static final CbsErrorCode INVALIDAUTOSNAPSHOTPOLICYID_NOTFOUND
public static final CbsErrorCode INVALIDDISK_ALREADYBOUND
public static final CbsErrorCode INVALIDDISK_ATTACHED
public static final CbsErrorCode INVALIDDISK_BUSY
public static final CbsErrorCode INVALIDDISK_EXPIRE
public static final CbsErrorCode INVALIDDISK_NOTPORTABLE
public static final CbsErrorCode INVALIDDISK_NOTSUPPORTREFUND
public static final CbsErrorCode INVALIDDISK_NOTSUPPORTSNAPSHOT
public static final CbsErrorCode INVALIDDISK_NOTSUPPORTED
public static final CbsErrorCode INVALIDDISK_REPEATREFUND
public static final CbsErrorCode INVALIDDISK_SNAPSHOTCREATING
public static final CbsErrorCode INVALIDDISK_TYPEERROR
public static final CbsErrorCode INVALIDDISKID_NOTFOUND
public static final CbsErrorCode INVALIDFILTER
public static final CbsErrorCode INVALIDINSTANCE_NOTSUPPORTED
public static final CbsErrorCode INVALIDINSTANCEID_NOTFOUND
public static final CbsErrorCode INVALIDPARAMETER
public static final CbsErrorCode INVALIDPARAMETER_DISKCONFIGNOTSUPPORTED
public static final CbsErrorCode INVALIDPARAMETER_DISKSIZENOTMATCH
public static final CbsErrorCode INVALIDPARAMETER_PROJECTIDNOTEXIST
public static final CbsErrorCode INVALIDPARAMETER_SHOULDCONVERTSNAPSHOTTOIMAGE
public static final CbsErrorCode INVALIDPARAMETERVALUE
public static final CbsErrorCode INVALIDPARAMETERVALUE_BINDDISKLIMITEXCEEDED
public static final CbsErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final CbsErrorCode INVALIDSNAPSHOT_NOTSUPPORTED
public static final CbsErrorCode INVALIDSNAPSHOTID_NOTFOUND
public static final CbsErrorCode LIMITEXCEEDED_INSTANCEATTACHEDDISK
public static final CbsErrorCode MISSINGPARAMETER
public static final CbsErrorCode RESOURCEBUSY
public static final CbsErrorCode RESOURCEINUSE
public static final CbsErrorCode RESOURCEINUSE_DISKMIGRATING
public static final CbsErrorCode RESOURCEINUSE_DISKROLLBACKING
public static final CbsErrorCode RESOURCEINSUFFICIENT
public static final CbsErrorCode RESOURCEINSUFFICIENT_OVERQUOTA
public static final CbsErrorCode RESOURCENOTFOUND_NOTFOUND
public static final CbsErrorCode RESOURCEUNAVAILABLE_ATTACHED
public static final CbsErrorCode RESOURCEUNAVAILABLE_EXPIRE
public static final CbsErrorCode RESOURCEUNAVAILABLE_NOTPORTABLE
public static final CbsErrorCode RESOURCEUNAVAILABLE_NOTSUPPORTED
public static final CbsErrorCode RESOURCEUNAVAILABLE_REPEATREFUND
public static final CbsErrorCode RESOURCEUNAVAILABLE_SNAPSHOTCREATING
public static final CbsErrorCode RESOURCEUNAVAILABLE_TOOMANYCREATINGSNAPSHOT
public static final CbsErrorCode RESOURCEUNAVAILABLE_TYPEERROR
public static final CbsErrorCode TRADEDEALCONFLICT
public static final CbsErrorCode UNAUTHORIZEDOPERATION
public static final CbsErrorCode UNAUTHORIZEDOPERATION_MFAEXPIRED
public static final CbsErrorCode UNAUTHORIZEDOPERATION_NOTCERTIFICATION
public static final CbsErrorCode UNAUTHORIZEDOPERATION_NOTHAVEPAYMENTRIGHT
public static final CbsErrorCode UNSUPPORTEDOPERATION
public static final CbsErrorCode UNSUPPORTEDOPERATION_DISKENCRYPT
public static final CbsErrorCode UNSUPPORTEDOPERATION_INSTANCENOTSTOPPED
public static final CbsErrorCode UNSUPPORTEDOPERATION_SNAPHASSHARED
public static final CbsErrorCode UNSUPPORTEDOPERATION_SNAPSHOTHASBINDEDIMAGE
public static final CbsErrorCode UNSUPPORTEDOPERATION_STATEERROR
public static final CbsErrorCode ZONENOTMATCH
public static CbsErrorCode[] values()
for (CbsErrorCode c : CbsErrorCode.values()) System.out.println(c);
public static CbsErrorCode 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 String getValue()
Copyright © 2021. All rights reserved.