C# Class Amazon.EC2.ResourceType

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

Public Properties

Property Type Description
CustomerGateway ResourceType
DhcpOptions ResourceType
Image ResourceType
Instance ResourceType
InternetGateway ResourceType
NetworkAcl ResourceType
NetworkInterface ResourceType
ReservedInstances ResourceType
RouteTable ResourceType
SecurityGroup ResourceType
Snapshot ResourceType
SpotInstancesRequest ResourceType
Subnet ResourceType
Volume ResourceType
Vpc ResourceType
VpnConnection ResourceType
VpnGateway ResourceType

Public Methods

Method Description
FindValue ( string value ) : ResourceType

Finds the constant for the unique value.

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

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

Property Details

CustomerGateway public static property

Constant CustomerGateway for ResourceType
public static ResourceType,Amazon.EC2 CustomerGateway
return ResourceType

DhcpOptions public static property

Constant DhcpOptions for ResourceType
public static ResourceType,Amazon.EC2 DhcpOptions
return ResourceType

Image public static property

Constant Image for ResourceType
public static ResourceType,Amazon.EC2 Image
return ResourceType

Instance public static property

Constant Instance for ResourceType
public static ResourceType,Amazon.EC2 Instance
return ResourceType

InternetGateway public static property

Constant InternetGateway for ResourceType
public static ResourceType,Amazon.EC2 InternetGateway
return ResourceType

NetworkAcl public static property

Constant NetworkAcl for ResourceType
public static ResourceType,Amazon.EC2 NetworkAcl
return ResourceType

NetworkInterface public static property

Constant NetworkInterface for ResourceType
public static ResourceType,Amazon.EC2 NetworkInterface
return ResourceType

ReservedInstances public static property

Constant ReservedInstances for ResourceType
public static ResourceType,Amazon.EC2 ReservedInstances
return ResourceType

RouteTable public static property

Constant RouteTable for ResourceType
public static ResourceType,Amazon.EC2 RouteTable
return ResourceType

SecurityGroup public static property

Constant SecurityGroup for ResourceType
public static ResourceType,Amazon.EC2 SecurityGroup
return ResourceType

Snapshot public static property

Constant Snapshot for ResourceType
public static ResourceType,Amazon.EC2 Snapshot
return ResourceType

SpotInstancesRequest public static property

Constant SpotInstancesRequest for ResourceType
public static ResourceType,Amazon.EC2 SpotInstancesRequest
return ResourceType

Subnet public static property

Constant Subnet for ResourceType
public static ResourceType,Amazon.EC2 Subnet
return ResourceType

Volume public static property

Constant Volume for ResourceType
public static ResourceType,Amazon.EC2 Volume
return ResourceType

Vpc public static property

Constant Vpc for ResourceType
public static ResourceType,Amazon.EC2 Vpc
return ResourceType

VpnConnection public static property

Constant VpnConnection for ResourceType
public static ResourceType,Amazon.EC2 VpnConnection
return ResourceType

VpnGateway public static property

Constant VpnGateway for ResourceType
public static ResourceType,Amazon.EC2 VpnGateway
return ResourceType