C# Class Amazon.Lightsail.RegionName

Constants used for properties of type RegionName.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ApNortheast1 RegionName
ApNortheast2 RegionName
ApSouth1 RegionName
ApSoutheast1 RegionName
ApSoutheast2 RegionName
EuCentral1 RegionName
EuWest1 RegionName
UsEast1 RegionName
UsWest1 RegionName
UsWest2 RegionName

Public Methods

Method Description
FindValue ( string value ) : RegionName

Finds the constant for the unique value.

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

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

Property Details

ApNortheast1 public_oe static_oe property

Constant ApNortheast1 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast1
return RegionName

ApNortheast2 public_oe static_oe property

Constant ApNortheast2 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast2
return RegionName

ApSouth1 public_oe static_oe property

Constant ApSouth1 for RegionName
public static RegionName,Amazon.Lightsail ApSouth1
return RegionName

ApSoutheast1 public_oe static_oe property

Constant ApSoutheast1 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast1
return RegionName

ApSoutheast2 public_oe static_oe property

Constant ApSoutheast2 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast2
return RegionName

EuCentral1 public_oe static_oe property

Constant EuCentral1 for RegionName
public static RegionName,Amazon.Lightsail EuCentral1
return RegionName

EuWest1 public_oe static_oe property

Constant EuWest1 for RegionName
public static RegionName,Amazon.Lightsail EuWest1
return RegionName

UsEast1 public_oe static_oe property

Constant UsEast1 for RegionName
public static RegionName,Amazon.Lightsail UsEast1
return RegionName

UsWest1 public_oe static_oe property

Constant UsWest1 for RegionName
public static RegionName,Amazon.Lightsail UsWest1
return RegionName

UsWest2 public_oe static_oe property

Constant UsWest2 for RegionName
public static RegionName,Amazon.Lightsail UsWest2
return RegionName