C# Class Amazon.DirectoryService.IpRouteStatusMsg

Constants used for properties of type IpRouteStatusMsg.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
AddFailed IpRouteStatusMsg
Added IpRouteStatusMsg
Adding IpRouteStatusMsg
RemoveFailed IpRouteStatusMsg
Removed IpRouteStatusMsg
Removing IpRouteStatusMsg

Public Methods

Method Description
FindValue ( string value ) : IpRouteStatusMsg

Finds the constant for the unique value.

IpRouteStatusMsg ( 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 ) : IpRouteStatusMsg
value string The unique value for the constant
return IpRouteStatusMsg

IpRouteStatusMsg() 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 IpRouteStatusMsg ( string value ) : System
value string
return System

Property Details

AddFailed public_oe static_oe property

Constant AddFailed for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService AddFailed
return IpRouteStatusMsg

Added public_oe static_oe property

Constant Added for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService Added
return IpRouteStatusMsg

Adding public_oe static_oe property

Constant Adding for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService Adding
return IpRouteStatusMsg

RemoveFailed public_oe static_oe property

Constant RemoveFailed for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService RemoveFailed
return IpRouteStatusMsg

Removed public_oe static_oe property

Constant Removed for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService Removed
return IpRouteStatusMsg

Removing public_oe static_oe property

Constant Removing for IpRouteStatusMsg
public static IpRouteStatusMsg,Amazon.DirectoryService Removing
return IpRouteStatusMsg