C# Класс Amazon.EC2.EventCode

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

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

Свойство Тип Описание
InstanceReboot EventCode
InstanceRetirement EventCode
InstanceStop EventCode
SystemMaintenance EventCode
SystemReboot EventCode

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

Метод Описание
EventCode ( 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 ) : EventCode

Finds the constant for the unique value.

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

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

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 EventCode ( string value ) : System
value string
Результат System

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

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

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

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

Constant InstanceReboot for EventCode
public static EventCode,Amazon.EC2 InstanceReboot
Результат EventCode

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

Constant InstanceRetirement for EventCode
public static EventCode,Amazon.EC2 InstanceRetirement
Результат EventCode

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

Constant InstanceStop for EventCode
public static EventCode,Amazon.EC2 InstanceStop
Результат EventCode

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

Constant SystemMaintenance for EventCode
public static EventCode,Amazon.EC2 SystemMaintenance
Результат EventCode

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

Constant SystemReboot for EventCode
public static EventCode,Amazon.EC2 SystemReboot
Результат EventCode