C# Класс Amazon.Lightsail.InstanceMetricName

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

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

Свойство Тип Описание
CPUUtilization InstanceMetricName
NetworkIn InstanceMetricName
NetworkOut InstanceMetricName
StatusCheckFailed InstanceMetricName
StatusCheckFailed_Instance InstanceMetricName
StatusCheckFailed_System InstanceMetricName

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

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

Finds the constant for the unique value.

InstanceMetricName ( 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() публичный статический Метод

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

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

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

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

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

Constant CPUUtilization for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail CPUUtilization
Результат InstanceMetricName

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

Constant NetworkIn for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail NetworkIn
Результат InstanceMetricName

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

Constant NetworkOut for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail NetworkOut
Результат InstanceMetricName

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

Constant StatusCheckFailed for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed
Результат InstanceMetricName

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

Constant StatusCheckFailed_Instance for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed_Instance
Результат InstanceMetricName

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

Constant StatusCheckFailed_System for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed_System
Результат InstanceMetricName