C# Class Amazon.Lightsail.InstanceMetricName

Constants used for properties of type InstanceMetricName.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CPUUtilization InstanceMetricName
NetworkIn InstanceMetricName
NetworkOut InstanceMetricName
StatusCheckFailed InstanceMetricName
StatusCheckFailed_Instance InstanceMetricName
StatusCheckFailed_System InstanceMetricName

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : InstanceMetricName
value string The unique value for the constant
return InstanceMetricName

InstanceMetricName() public method

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
return System

Property Details

CPUUtilization public static property

Constant CPUUtilization for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail CPUUtilization
return InstanceMetricName

NetworkIn public static property

Constant NetworkIn for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail NetworkIn
return InstanceMetricName

NetworkOut public static property

Constant NetworkOut for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail NetworkOut
return InstanceMetricName

StatusCheckFailed public static property

Constant StatusCheckFailed for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed
return InstanceMetricName

StatusCheckFailed_Instance public static property

Constant StatusCheckFailed_Instance for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed_Instance
return InstanceMetricName

StatusCheckFailed_System public static property

Constant StatusCheckFailed_System for InstanceMetricName
public static InstanceMetricName,Amazon.Lightsail StatusCheckFailed_System
return InstanceMetricName