public enum RelatedRenewFlagType extends Enum<RelatedRenewFlagType>
| Enum Constant and Description |
|---|
CDS
Only renew the prepaid CDS which is associated with the BCC instance.
|
CDS_EIP
Only renew the prepaid CDS、EIP which are associated with the BCC instance.
|
CDS_EIP_MKT
Only renew the prepaid CDS、EIP、MKT which are associated with the BCC instance.
|
CDS_MKT
Only renew the prepaid CDS、MKT which are associated with the BCC instance.
|
EIP
Only renew the prepaid EIP which is associated with the BCC instance.
|
EIP_MKT
Only renew the prepaid EIP、MKT which are associated with the BCC instance.
|
MKT
Only renew the prepaid MKT which is associated with the BCC instance.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExists(RelatedRenewFlagType relatedRenewFlagType) |
static RelatedRenewFlagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedRenewFlagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedRenewFlagType CDS
public static final RelatedRenewFlagType EIP
public static final RelatedRenewFlagType MKT
public static final RelatedRenewFlagType CDS_EIP
public static final RelatedRenewFlagType CDS_MKT
public static final RelatedRenewFlagType EIP_MKT
public static final RelatedRenewFlagType CDS_EIP_MKT
public static RelatedRenewFlagType[] values()
for (RelatedRenewFlagType c : RelatedRenewFlagType.values()) System.out.println(c);
public static RelatedRenewFlagType 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 boolean isExists(RelatedRenewFlagType relatedRenewFlagType)
Copyright © 2020. All rights reserved.