public enum PrivatednsErrorCode extends Enum<PrivatednsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static PrivatednsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivatednsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrivatednsErrorCode AUTHFAILURE
public static final PrivatednsErrorCode AUTHFAILURE_TOKENFAILURE
public static final PrivatednsErrorCode DRYRUNOPERATION
public static final PrivatednsErrorCode FAILEDOPERATION
public static final PrivatednsErrorCode FAILEDOPERATION_BINDZONEVPCFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_CREATERECORDFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_CREATEZONEFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_DATAERROR
public static final PrivatednsErrorCode FAILEDOPERATION_DELETELASTBINDVPCRECORDFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_DELETERECORDFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_DELETEZONEFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_MODIFYRECORDFAILED
public static final PrivatednsErrorCode FAILEDOPERATION_MODIFYZONEFAILED
public static final PrivatednsErrorCode INTERNALERROR
public static final PrivatednsErrorCode INTERNALERROR_UNDEFIENDERROR
public static final PrivatednsErrorCode INVALIDPARAMETER
public static final PrivatednsErrorCode INVALIDPARAMETER_ACCOUNTEXIST
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALCIDR
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALDOMAIN
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALDOMAINTLD
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALPTRRECORD
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALRECORD
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALRECORDVALUE
public static final PrivatednsErrorCode INVALIDPARAMETER_ILLEGALVPCINFO
public static final PrivatednsErrorCode INVALIDPARAMETER_INVALIDMX
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDAAAACOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDACOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDCNAMECOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDCONFLICT
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDCOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDEXIST
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDLEVELEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDMXCOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDNOTEXIST
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDROLLLIMITCOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDTXTCOUNTEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_RECORDUNSUPPORTWEIGHT
public static final PrivatednsErrorCode INVALIDPARAMETER_VPCBINDED
public static final PrivatednsErrorCode INVALIDPARAMETER_VPCBINDEDMAINDOMAIN
public static final PrivatednsErrorCode INVALIDPARAMETER_VPCPTRZONEBINDEXCEED
public static final PrivatednsErrorCode INVALIDPARAMETER_ZONENOTEXISTS
public static final PrivatednsErrorCode INVALIDPARAMETERVALUE
public static final PrivatednsErrorCode INVALIDPARAMETERVALUE_ILLEGALTTLVALUE
public static final PrivatednsErrorCode INVALIDPARAMETERVALUE_RESERVEDDOMAIN
public static final PrivatednsErrorCode LIMITEXCEEDED
public static final PrivatednsErrorCode LIMITEXCEEDED_TLDOUTOFLIMIT
public static final PrivatednsErrorCode LIMITEXCEEDED_TLDOUTOFRANGE
public static final PrivatednsErrorCode MISSINGPARAMETER
public static final PrivatednsErrorCode OPERATIONDENIED
public static final PrivatednsErrorCode REQUESTLIMITEXCEEDED
public static final PrivatednsErrorCode RESOURCEINUSE
public static final PrivatednsErrorCode RESOURCEINUSE_ZONEBINDFORWARDRULE
public static final PrivatednsErrorCode RESOURCEINSUFFICIENT
public static final PrivatednsErrorCode RESOURCEINSUFFICIENT_BALANCE
public static final PrivatednsErrorCode RESOURCENOTFOUND
public static final PrivatednsErrorCode RESOURCENOTFOUND_SERVICENOTSUBSCRIBED
public static final PrivatednsErrorCode RESOURCEUNAVAILABLE
public static final PrivatednsErrorCode RESOURCEUNAVAILABLE_TLDPACKAGEEXPIRED
public static final PrivatednsErrorCode RESOURCESSOLDOUT
public static final PrivatednsErrorCode UNAUTHORIZEDOPERATION
public static final PrivatednsErrorCode UNAUTHORIZEDOPERATION_ROLEUNAUTHORIZED
public static final PrivatednsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDACCOUNT
public static final PrivatednsErrorCode UNKNOWNPARAMETER
public static final PrivatednsErrorCode UNSUPPORTEDOPERATION
public static final PrivatednsErrorCode UNSUPPORTEDOPERATION_ACCOUNTNOTBOUND
public static final PrivatednsErrorCode UNSUPPORTEDOPERATION_EXISTBOUNDVPC
public static final PrivatednsErrorCode UNSUPPORTEDOPERATION_FREQUENCYLIMIT
public static final PrivatednsErrorCode UNSUPPORTEDOPERATION_NOTSUPPORTDNSFORWARD
public static PrivatednsErrorCode[] values()
for (PrivatednsErrorCode c : PrivatednsErrorCode.values()) System.out.println(c);
public static PrivatednsErrorCode 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 © 2022. All rights reserved.