public enum BmvpcErrorCode extends Enum<BmvpcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BmvpcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BmvpcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BmvpcErrorCode FAILEDOPERATION
public static final BmvpcErrorCode INTERNALERROR
public static final BmvpcErrorCode INVALIDPARAMETER
public static final BmvpcErrorCode LIMITEXCEEDED
public static final BmvpcErrorCode LIMITEXCEEDED_SPDACLLIMIT
public static final BmvpcErrorCode LIMITEXCEEDED_SPDDNETLIMIT
public static final BmvpcErrorCode LIMITEXCEEDED_SPDSNETLIMIT
public static final BmvpcErrorCode RESOURCEINUSE
public static final BmvpcErrorCode RESOURCENOTFOUND
public static final BmvpcErrorCode RESOURCENOTFOUND_CUSTOMERGATEWAYNOTEXIST
public static final BmvpcErrorCode RESOURCENOTFOUND_NOTAVAIBLE
public static final BmvpcErrorCode RESOURCENOTFOUND_VPCNOTEXIST
public static final BmvpcErrorCode RESOURCENOTFOUND_VPCPEERNOTEXIST
public static final BmvpcErrorCode RESOURCENOTFOUND_VPNCONNNOTEXIST
public static final BmvpcErrorCode RESOURCENOTFOUND_VPNGWNOTEXIST
public static final BmvpcErrorCode RESOURCEUNAVAILABLE
public static final BmvpcErrorCode UNAUTHORIZEDOPERATION
public static final BmvpcErrorCode UNSUPPORTEDOPERATION
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_CUSTOMERGATEWAYADDREXIST
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_CUSTOMERGATEWAYADDRINVALID
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_INVALIDVPCPEERSTATE
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_INVALIDVPNCONNSTATE
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_SPDACLCIDRINVALID
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_SPDSNETNOTINCIDR
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_VPCCIDRCONFICT
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_VPCPEEREXIST
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_VPNCONNEXIST
public static final BmvpcErrorCode UNSUPPORTEDOPERATION_VPNCONNINUSE
public static BmvpcErrorCode[] values()
for (BmvpcErrorCode c : BmvpcErrorCode.values()) System.out.println(c);
public static BmvpcErrorCode 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 © 2024. All rights reserved.