次の方法で共有


DataCenterCode Class

public final class DataCenterCode
extends ExpandableStringEnum<DataCenterCode>

DataCenter code.

Field Summary

Modifier and Type Field and Description
static final DataCenterCode AD_HOC

Static value AdHoc for DataCenterCode.

static final DataCenterCode AM2

Static value AM2 for DataCenterCode.

static final DataCenterCode AMS06

Static value AMS06 for DataCenterCode.

static final DataCenterCode AMS20

Static value AMS20 for DataCenterCode.

static final DataCenterCode AUH20

Static value AUH20 for DataCenterCode.

static final DataCenterCode BJB

Static value BJB for DataCenterCode.

static final DataCenterCode BJS20

Static value BJS20 for DataCenterCode.

static final DataCenterCode BL20

Static value BL20 for DataCenterCode.

static final DataCenterCode BL7

Static value BL7 for DataCenterCode.

static final DataCenterCode BN1

Static value BN1 for DataCenterCode.

static final DataCenterCode BN7

Static value BN7 for DataCenterCode.

static final DataCenterCode BOM01

Static value BOM01 for DataCenterCode.

static final DataCenterCode BY1

Static value BY1 for DataCenterCode.

static final DataCenterCode BY2

Static value BY2 for DataCenterCode.

static final DataCenterCode BY21

Static value BY21 for DataCenterCode.

static final DataCenterCode BY24

Static value BY24 for DataCenterCode.

static final DataCenterCode CBR20

Static value CBR20 for DataCenterCode.

static final DataCenterCode CH1

Static value CH1 for DataCenterCode.

static final DataCenterCode CPQ02

Static value CPQ02 for DataCenterCode.

static final DataCenterCode CPQ20

Static value CPQ20 for DataCenterCode.

static final DataCenterCode CWL20

Static value CWL20 for DataCenterCode.

static final DataCenterCode CYS04

Static value CYS04 for DataCenterCode.

static final DataCenterCode DSM05

Static value DSM05 for DataCenterCode.

static final DataCenterCode DUB07

Static value DUB07 for DataCenterCode.

static final DataCenterCode FRA22

Static value FRA22 for DataCenterCode.

static final DataCenterCode HKG20

Static value HKG20 for DataCenterCode.

static final DataCenterCode INVALID

Static value Invalid for DataCenterCode.

static final DataCenterCode JNB21

Static value JNB21 for DataCenterCode.

static final DataCenterCode JNB22

Static value JNB22 for DataCenterCode.

static final DataCenterCode LON24

Static value LON24 for DataCenterCode.

static final DataCenterCode MAA01

Static value MAA01 for DataCenterCode.

static final DataCenterCode MEL23

Static value MEL23 for DataCenterCode.

static final DataCenterCode MNZ21

Static value MNZ21 for DataCenterCode.

static final DataCenterCode MWH01

Static value MWH01 for DataCenterCode.

static final DataCenterCode ORK70

Static value ORK70 for DataCenterCode.

static final DataCenterCode OSA02

Static value OSA02 for DataCenterCode.

static final DataCenterCode OSA20

Static value OSA20 for DataCenterCode.

static final DataCenterCode OSA22

Static value OSA22 for DataCenterCode.

static final DataCenterCode PAR22

Static value PAR22 for DataCenterCode.

static final DataCenterCode PNQ01

Static value PNQ01 for DataCenterCode.

static final DataCenterCode PUS20

Static value PUS20 for DataCenterCode.

static final DataCenterCode SEL20

Static value SEL20 for DataCenterCode.

static final DataCenterCode SEL21

Static value SEL21 for DataCenterCode.

static final DataCenterCode SG2

Static value SG2 for DataCenterCode.

static final DataCenterCode SHA03

Static value SHA03 for DataCenterCode.

static final DataCenterCode SIN20

Static value SIN20 for DataCenterCode.

static final DataCenterCode SN5

Static value SN5 for DataCenterCode.

static final DataCenterCode SN6

Static value SN6 for DataCenterCode.

static final DataCenterCode SN8

Static value SN8 for DataCenterCode.

static final DataCenterCode SSE90

Static value SSE90 for DataCenterCode.

static final DataCenterCode SVG20

Static value SVG20 for DataCenterCode.

static final DataCenterCode SYD03

Static value SYD03 for DataCenterCode.

static final DataCenterCode SYD23

Static value SYD23 for DataCenterCode.

static final DataCenterCode TYO01

Static value TYO01 for DataCenterCode.

static final DataCenterCode TYO22

Static value TYO22 for DataCenterCode.

static final DataCenterCode YQB20

Static value YQB20 for DataCenterCode.

static final DataCenterCode YTO20

Static value YTO20 for DataCenterCode.

static final DataCenterCode YTO21

Static value YTO21 for DataCenterCode.

static final DataCenterCode ZRH20

Static value ZRH20 for DataCenterCode.

Constructor Summary

Constructor Description
DataCenterCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataCenterCode value.

Method Summary

Modifier and Type Method and Description
static DataCenterCode fromString(String name)

Creates or finds a DataCenterCode from its string representation.

static Collection<DataCenterCode> values()

Gets known DataCenterCode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AD_HOC

public static final DataCenterCode AD_HOC

Static value AdHoc for DataCenterCode.

AM2

public static final DataCenterCode AM2

Static value AM2 for DataCenterCode.

AMS06

public static final DataCenterCode AMS06

Static value AMS06 for DataCenterCode.

AMS20

public static final DataCenterCode AMS20

Static value AMS20 for DataCenterCode.

AUH20

public static final DataCenterCode AUH20

Static value AUH20 for DataCenterCode.

BJB

public static final DataCenterCode BJB

Static value BJB for DataCenterCode.

BJS20

public static final DataCenterCode BJS20

Static value BJS20 for DataCenterCode.

BL20

public static final DataCenterCode BL20

Static value BL20 for DataCenterCode.

BL7

public static final DataCenterCode BL7

Static value BL7 for DataCenterCode.

BN1

public static final DataCenterCode BN1

Static value BN1 for DataCenterCode.

BN7

public static final DataCenterCode BN7

Static value BN7 for DataCenterCode.

BOM01

public static final DataCenterCode BOM01

Static value BOM01 for DataCenterCode.

BY1

public static final DataCenterCode BY1

Static value BY1 for DataCenterCode.

BY2

public static final DataCenterCode BY2

Static value BY2 for DataCenterCode.

BY21

public static final DataCenterCode BY21

Static value BY21 for DataCenterCode.

BY24

public static final DataCenterCode BY24

Static value BY24 for DataCenterCode.

CBR20

public static final DataCenterCode CBR20

Static value CBR20 for DataCenterCode.

CH1

public static final DataCenterCode CH1

Static value CH1 for DataCenterCode.

CPQ02

public static final DataCenterCode CPQ02

Static value CPQ02 for DataCenterCode.

CPQ20

public static final DataCenterCode CPQ20

Static value CPQ20 for DataCenterCode.

CWL20

public static final DataCenterCode CWL20

Static value CWL20 for DataCenterCode.

CYS04

public static final DataCenterCode CYS04

Static value CYS04 for DataCenterCode.

DSM05

public static final DataCenterCode DSM05

Static value DSM05 for DataCenterCode.

DUB07

public static final DataCenterCode DUB07

Static value DUB07 for DataCenterCode.

FRA22

public static final DataCenterCode FRA22

Static value FRA22 for DataCenterCode.

HKG20

public static final DataCenterCode HKG20

Static value HKG20 for DataCenterCode.

INVALID

public static final DataCenterCode INVALID

Static value Invalid for DataCenterCode.

JNB21

public static final DataCenterCode JNB21

Static value JNB21 for DataCenterCode.

JNB22

public static final DataCenterCode JNB22

Static value JNB22 for DataCenterCode.

LON24

public static final DataCenterCode LON24

Static value LON24 for DataCenterCode.

MAA01

public static final DataCenterCode MAA01

Static value MAA01 for DataCenterCode.

MEL23

public static final DataCenterCode MEL23

Static value MEL23 for DataCenterCode.

MNZ21

public static final DataCenterCode MNZ21

Static value MNZ21 for DataCenterCode.

MWH01

public static final DataCenterCode MWH01

Static value MWH01 for DataCenterCode.

ORK70

public static final DataCenterCode ORK70

Static value ORK70 for DataCenterCode.

OSA02

public static final DataCenterCode OSA02

Static value OSA02 for DataCenterCode.

OSA20

public static final DataCenterCode OSA20

Static value OSA20 for DataCenterCode.

OSA22

public static final DataCenterCode OSA22

Static value OSA22 for DataCenterCode.

PAR22

public static final DataCenterCode PAR22

Static value PAR22 for DataCenterCode.

PNQ01

public static final DataCenterCode PNQ01

Static value PNQ01 for DataCenterCode.

PUS20

public static final DataCenterCode PUS20

Static value PUS20 for DataCenterCode.

SEL20

public static final DataCenterCode SEL20

Static value SEL20 for DataCenterCode.

SEL21

public static final DataCenterCode SEL21

Static value SEL21 for DataCenterCode.

SG2

public static final DataCenterCode SG2

Static value SG2 for DataCenterCode.

SHA03

public static final DataCenterCode SHA03

Static value SHA03 for DataCenterCode.

SIN20

public static final DataCenterCode SIN20

Static value SIN20 for DataCenterCode.

SN5

public static final DataCenterCode SN5

Static value SN5 for DataCenterCode.

SN6

public static final DataCenterCode SN6

Static value SN6 for DataCenterCode.

SN8

public static final DataCenterCode SN8

Static value SN8 for DataCenterCode.

SSE90

public static final DataCenterCode SSE90

Static value SSE90 for DataCenterCode.

SVG20

public static final DataCenterCode SVG20

Static value SVG20 for DataCenterCode.

SYD03

public static final DataCenterCode SYD03

Static value SYD03 for DataCenterCode.

SYD23

public static final DataCenterCode SYD23

Static value SYD23 for DataCenterCode.

TYO01

public static final DataCenterCode TYO01

Static value TYO01 for DataCenterCode.

TYO22

public static final DataCenterCode TYO22

Static value TYO22 for DataCenterCode.

YQB20

public static final DataCenterCode YQB20

Static value YQB20 for DataCenterCode.

YTO20

public static final DataCenterCode YTO20

Static value YTO20 for DataCenterCode.

YTO21

public static final DataCenterCode YTO21

Static value YTO21 for DataCenterCode.

ZRH20

public static final DataCenterCode ZRH20

Static value ZRH20 for DataCenterCode.

Constructor Details

DataCenterCode

@Deprecated
public DataCenterCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataCenterCode value.

Method Details

fromString

public static DataCenterCode fromString(String name)

Creates or finds a DataCenterCode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataCenterCode.

values

public static Collection<DataCenterCode> values()

Gets known DataCenterCode values.

Returns:

known DataCenterCode values.

Applies to