public enum BlazeMeterLocation extends Enum<BlazeMeterLocation>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BlazeMeterLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlazeMeterLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlazeMeterLocation AWS_AP_NORTHEAST_1
public static final BlazeMeterLocation AWS_TOKYO
public static final BlazeMeterLocation AWS_AP_NORTHEAST_2
public static final BlazeMeterLocation AWS_SEOUL
public static final BlazeMeterLocation AWS_AP_SOUTH_1
public static final BlazeMeterLocation AWS_MUMBAI
public static final BlazeMeterLocation AWS_AP_SOUTHEAST_1
public static final BlazeMeterLocation AWS_SINGAPORE
public static final BlazeMeterLocation AWS_AP_SOUTHEAST_2
public static final BlazeMeterLocation AWS_AUSTRALIA
public static final BlazeMeterLocation AWS_CA_CENTRAL_1
public static final BlazeMeterLocation AWS_CANADA_CENTRAL
public static final BlazeMeterLocation AWS_EU_CENTRAL
public static final BlazeMeterLocation AWS_FRANKFURT
public static final BlazeMeterLocation AWS_EU_WEST_1
public static final BlazeMeterLocation AWS_IRELAND
public static final BlazeMeterLocation AWS_EU_WEST_2
public static final BlazeMeterLocation AWS_LONDON
public static final BlazeMeterLocation AWS_EU_WEST_3
public static final BlazeMeterLocation AWS_PARIS
public static final BlazeMeterLocation AWS_SA_EAST_1
public static final BlazeMeterLocation AWS_SAO_PAULO
public static final BlazeMeterLocation AWS_US_EAST_1
public static final BlazeMeterLocation AWS_NORTHERN_VIRGINIA
public static final BlazeMeterLocation AWS_US_EAST_2
public static final BlazeMeterLocation AWS_OHIO
public static final BlazeMeterLocation AWS_US_WEST_1
public static final BlazeMeterLocation AWS_NORTHERN_CALIFORNIA
public static final BlazeMeterLocation AWS_US_WEST_2
public static final BlazeMeterLocation AWS_OREGON
public static final BlazeMeterLocation AZURE_KOREA_CENTRAL
public static final BlazeMeterLocation AZURE_SEOUL
public static final BlazeMeterLocation AZURE_KOREA_SOUTH
public static final BlazeMeterLocation AZURE_BUSAN
public static final BlazeMeterLocation AZURE_BRAZIL_SOUTH
public static final BlazeMeterLocation AZURE_SAO_PAULO
public static final BlazeMeterLocation AZURE_CENTRAL_INDIA
public static final BlazeMeterLocation AZURE_PUNE
public static final BlazeMeterLocation AZURE_WEST_INDIA
public static final BlazeMeterLocation AZURE_MUMBAI
public static final BlazeMeterLocation AZURE_SOUTH_INDIA
public static final BlazeMeterLocation AZURE_CHENNAI
public static final BlazeMeterLocation AZURE_CANADA_CENTRAL
public static final BlazeMeterLocation AZURE_TORONTO
public static final BlazeMeterLocation AZURE_CENTRAL_US
public static final BlazeMeterLocation AZURE_IOWA
public static final BlazeMeterLocation AZURE_EAST_ASIA
public static final BlazeMeterLocation AZURE_HONG_KONG
public static final BlazeMeterLocation AZURE_AUSTRALIA_EAST
public static final BlazeMeterLocation AZURE_NEW_SOUTH_WALES
public static final BlazeMeterLocation AZURE_CANADA_EAST
public static final BlazeMeterLocation AZURE_QUEBEC
public static final BlazeMeterLocation AZURE_US_EAST
public static final BlazeMeterLocation AZURE_VIRGINIA
public static final BlazeMeterLocation AZURE_US_EAST_2
public static final BlazeMeterLocation AZURE_VIRGINIA_2
public static final BlazeMeterLocation AZURE_UK_SOUTH
public static final BlazeMeterLocation AZURE_LONDON
public static final BlazeMeterLocation AZURE_UK_WEST
public static final BlazeMeterLocation AZURE_CARDIFF
public static final BlazeMeterLocation AZURE_JAPAN_EAST
public static final BlazeMeterLocation AZURE_TOKYO
public static final BlazeMeterLocation AZURE_JAPAN_WEST
public static final BlazeMeterLocation AZURE_OSAKA
public static final BlazeMeterLocation AZURE_NORTH_CENTRAL_US
public static final BlazeMeterLocation AZURE_ILLINOIS
public static final BlazeMeterLocation AZURE_NORTH_EUROPE
public static final BlazeMeterLocation AZURE_IRELAND
public static final BlazeMeterLocation AZURE_SOUTH_CENTRAL_US_STG
public static final BlazeMeterLocation AZURE_TEXAS
public static final BlazeMeterLocation AZURE_SOUTHEAST_ASIA
public static final BlazeMeterLocation AZURE_SINGAPORE
public static final BlazeMeterLocation AZURE_AUSTRALIA_SOUTHEAST
public static final BlazeMeterLocation AZURE_VICTORIA
public static final BlazeMeterLocation AZURE_WEST_CENTRAL_US
public static final BlazeMeterLocation AZURE_WYOMING
public static final BlazeMeterLocation AZURE_WEST_EUROPE
public static final BlazeMeterLocation AZURE_NETHERLANDS
public static final BlazeMeterLocation AZURE_WEST_US
public static final BlazeMeterLocation AZURE_CALIFORNIA
public static final BlazeMeterLocation AZURE_WEST_US_2
public static final BlazeMeterLocation AZURE_WASHINGTON
public static final BlazeMeterLocation GCP_ASIA_EAST_1
public static final BlazeMeterLocation GCP_TAIWAN
public static final BlazeMeterLocation GCP_ASIA_NORTHEAST_1
public static final BlazeMeterLocation GCP_TOKYO
public static final BlazeMeterLocation GCP_ASIA_NORTHEAST_2
public static final BlazeMeterLocation GCP_OSAKA
public static final BlazeMeterLocation GCP_ASIA_SOUTH_1
public static final BlazeMeterLocation GCP_MUMBAI
public static final BlazeMeterLocation GCP_ASIA_SOUTHEAST_1
public static final BlazeMeterLocation GCP_SINGAPORE
public static final BlazeMeterLocation GCP_AUSTRALIA_SOUTHEAST_1
public static final BlazeMeterLocation GCP_SYDNEY
public static final BlazeMeterLocation GCP_EUROPE_WEST_1
public static final BlazeMeterLocation GCP_BELGIUM
public static final BlazeMeterLocation GCP_EUROPE_WEST_2
public static final BlazeMeterLocation GCP_LONDON
public static final BlazeMeterLocation GCP_EUROPE_WEST_3
public static final BlazeMeterLocation GCP_FRANKFURT
public static final BlazeMeterLocation GCP_EUROPE_WEST_4
public static final BlazeMeterLocation GCP_NETHERLANDS
public static final BlazeMeterLocation GCP_NORTH_AMERICA_NORTHEAST_1
public static final BlazeMeterLocation GCP_MONTREAL
public static final BlazeMeterLocation GCP_SOUTH_AMERICA_EAST_1
public static final BlazeMeterLocation GCP_SAO_PAULO
public static final BlazeMeterLocation GCP_US_CENTRAL_1
public static final BlazeMeterLocation GCP_IOWA
public static final BlazeMeterLocation GCP_US_EAST_1
public static final BlazeMeterLocation GCP_SOUTH_CAROLINA
public static final BlazeMeterLocation GCP_US_EAST_4
public static final BlazeMeterLocation GCP_NORTHERN_VIRGINIA
public static final BlazeMeterLocation GCP_US_WEST_1
public static final BlazeMeterLocation GCP_OREGON
public static final BlazeMeterLocation GCP_US_WEST_2
public static final BlazeMeterLocation GCP_LOS_ANGELES
public static BlazeMeterLocation[] values()
for (BlazeMeterLocation c : BlazeMeterLocation.values()) System.out.println(c);
public static BlazeMeterLocation 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 getName()
Copyright © 2024. All rights reserved.