C# Class Amazon.Route53.VPCRegion

Constants used for properties of type VPCRegion.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ApNortheast1 VPCRegion
ApNortheast2 VPCRegion
ApSouth1 VPCRegion
ApSoutheast1 VPCRegion
ApSoutheast2 VPCRegion
CaCentral1 VPCRegion
CnNorth1 VPCRegion
EuCentral1 VPCRegion
EuWest1 VPCRegion
EuWest2 VPCRegion
SaEast1 VPCRegion
UsEast1 VPCRegion
UsEast2 VPCRegion
UsWest1 VPCRegion
UsWest2 VPCRegion

Public Methods

Method Description
FindValue ( string value ) : VPCRegion

Finds the constant for the unique value.

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

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

Property Details

ApNortheast1 public_oe static_oe property

Constant ApNortheast1 for VPCRegion
public static VPCRegion,Amazon.Route53 ApNortheast1
return VPCRegion

ApNortheast2 public_oe static_oe property

Constant ApNortheast2 for VPCRegion
public static VPCRegion,Amazon.Route53 ApNortheast2
return VPCRegion

ApSouth1 public_oe static_oe property

Constant ApSouth1 for VPCRegion
public static VPCRegion,Amazon.Route53 ApSouth1
return VPCRegion

ApSoutheast1 public_oe static_oe property

Constant ApSoutheast1 for VPCRegion
public static VPCRegion,Amazon.Route53 ApSoutheast1
return VPCRegion

ApSoutheast2 public_oe static_oe property

Constant ApSoutheast2 for VPCRegion
public static VPCRegion,Amazon.Route53 ApSoutheast2
return VPCRegion

CaCentral1 public_oe static_oe property

Constant CaCentral1 for VPCRegion
public static VPCRegion,Amazon.Route53 CaCentral1
return VPCRegion

CnNorth1 public_oe static_oe property

Constant CnNorth1 for VPCRegion
public static VPCRegion,Amazon.Route53 CnNorth1
return VPCRegion

EuCentral1 public_oe static_oe property

Constant EuCentral1 for VPCRegion
public static VPCRegion,Amazon.Route53 EuCentral1
return VPCRegion

EuWest1 public_oe static_oe property

Constant EuWest1 for VPCRegion
public static VPCRegion,Amazon.Route53 EuWest1
return VPCRegion

EuWest2 public_oe static_oe property

Constant EuWest2 for VPCRegion
public static VPCRegion,Amazon.Route53 EuWest2
return VPCRegion

SaEast1 public_oe static_oe property

Constant SaEast1 for VPCRegion
public static VPCRegion,Amazon.Route53 SaEast1
return VPCRegion

UsEast1 public_oe static_oe property

Constant UsEast1 for VPCRegion
public static VPCRegion,Amazon.Route53 UsEast1
return VPCRegion

UsEast2 public_oe static_oe property

Constant UsEast2 for VPCRegion
public static VPCRegion,Amazon.Route53 UsEast2
return VPCRegion

UsWest1 public_oe static_oe property

Constant UsWest1 for VPCRegion
public static VPCRegion,Amazon.Route53 UsWest1
return VPCRegion

UsWest2 public_oe static_oe property

Constant UsWest2 for VPCRegion
public static VPCRegion,Amazon.Route53 UsWest2
return VPCRegion