AreaCode

public enum AreaCode

数据中心区域码

Since

5.4.2

Entries

Link copied to clipboard

北京数据中心,默认值

Link copied to clipboard

新加坡数据中心

Link copied to clipboard

北美数据中心

Link copied to clipboard

新加坡 B 企业合作数据中心

Link copied to clipboard

已废弃

Link copied to clipboard

沙特数据中心

Properties

Link copied to clipboard
public int value

Functions

Link copied to clipboard
public int getValue()
Link copied to clipboard
public static InitOption.AreaCode valueOf(int value)

public static InitOption.AreaCode valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<InitOption.AreaCode> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.