C# Класс Amazon.S3.S3Region

A list of all possible S3 Bucket region possibilities. For more information, refer to .
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
APN1 S3Region
APN2 S3Region
APS1 S3Region
APS2 S3Region
APS3 S3Region
CAN1 S3Region
CN1 S3Region
EU S3Region
EUC1 S3Region
EUW1 S3Region
EUW2 S3Region
GOVW1 S3Region
SAE1 S3Region
US S3Region
USE2 S3Region
USW1 S3Region
USW2 S3Region

Открытые методы

Метод Описание
FindValue ( string value ) : S3Region

Finds the constant for the unique value.

S3Region ( string value ) : System

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : S3Region
value string
Результат S3Region

S3Region() публичный Метод

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Region ( string value ) : System
value string
Результат System

Описание свойств

APN1 публичное статическое свойство

Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.
public static S3Region,Amazon.S3 APN1
Результат S3Region

APN2 публичное статическое свойство

Specifies that the S3 Bucket should use the AP-NORTHEAST-2 locality.
public static S3Region,Amazon.S3 APN2
Результат S3Region

APS1 публичное статическое свойство

Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
public static S3Region,Amazon.S3 APS1
Результат S3Region

APS2 публичное статическое свойство

Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.
public static S3Region,Amazon.S3 APS2
Результат S3Region

APS3 публичное статическое свойство

Specifies that the S3 Bucket should use the AP-SOUTH-1 locality.
public static S3Region,Amazon.S3 APS3
Результат S3Region

CAN1 публичное статическое свойство

Specifies that the S3 Bucket should use CA-CENTRAL-1 locality.
public static S3Region,Amazon.S3 CAN1
Результат S3Region

CN1 публичное статическое свойство

Specifies that the S3 Bucket should use CN-NORTH-1 locality.
public static S3Region,Amazon.S3 CN1
Результат S3Region

EU публичное статическое свойство

Specifies that the S3 Bucket should use EU locality which defaults to EU-WEST-1
public static S3Region,Amazon.S3 EU
Результат S3Region

EUC1 публичное статическое свойство

Specifies that the S3 Bucket should use the EU-CENTRAL-1 locality.
public static S3Region,Amazon.S3 EUC1
Результат S3Region

EUW1 публичное статическое свойство

Specifies that the S3 Bucket should use the EU-WEST-1 locality.
public static S3Region,Amazon.S3 EUW1
Результат S3Region

EUW2 публичное статическое свойство

Specifies that the S3 Bucket should use the EU-WEST-2 locality.
public static S3Region,Amazon.S3 EUW2
Результат S3Region

GOVW1 публичное статическое свойство

Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.
public static S3Region,Amazon.S3 GOVW1
Результат S3Region

SAE1 публичное статическое свойство

Specifies that the S3 Bucket should use the SA-EAST-1 locality.
public static S3Region,Amazon.S3 SAE1
Результат S3Region

US публичное статическое свойство

Specifies that the S3 Bucket should use US locality. This is the default value.
public static S3Region,Amazon.S3 US
Результат S3Region

USE2 публичное статическое свойство

Specifies that the S3 Bucket should use US-EAST-2 locality.
public static S3Region,Amazon.S3 USE2
Результат S3Region

USW1 публичное статическое свойство

Specifies that the S3 Bucket should use US-WEST-1 locality.
public static S3Region,Amazon.S3 USW1
Результат S3Region

USW2 публичное статическое свойство

Specifies that the S3 Bucket should use US-WEST-2 locality.
public static S3Region,Amazon.S3 USW2
Результат S3Region