C# Класс Amazon.ElasticBeanstalk.ComputeType

Constants used for properties of type ComputeType.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
BUILD_GENERAL1_LARGE ComputeType
BUILD_GENERAL1_MEDIUM ComputeType
BUILD_GENERAL1_SMALL ComputeType

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

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

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : ComputeType

Finds the constant for the unique value.

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

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

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ComputeType ( string value ) : System
value string
Результат System

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

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

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

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

Constant BUILD_GENERAL1_LARGE for ComputeType
public static ComputeType,Amazon.ElasticBeanstalk BUILD_GENERAL1_LARGE
Результат ComputeType

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

Constant BUILD_GENERAL1_MEDIUM for ComputeType
public static ComputeType,Amazon.ElasticBeanstalk BUILD_GENERAL1_MEDIUM
Результат ComputeType

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

Constant BUILD_GENERAL1_SMALL for ComputeType
public static ComputeType,Amazon.ElasticBeanstalk BUILD_GENERAL1_SMALL
Результат ComputeType