C# Class Amazon.EC2.ResourceType

Constants used for properties of type ResourceType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : ResourceType
value string The unique value for the constant
Résultat ResourceType

ResourceType() public méthode

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
Résultat System

Property Details

CustomerGateway public_oe static_oe property

Constant CustomerGateway for ResourceType
public static ResourceType,Amazon.EC2 CustomerGateway
Résultat ResourceType

DhcpOptions public_oe static_oe property

Constant DhcpOptions for ResourceType
public static ResourceType,Amazon.EC2 DhcpOptions
Résultat ResourceType

Image public_oe static_oe property

Constant Image for ResourceType
public static ResourceType,Amazon.EC2 Image
Résultat ResourceType

Instance public_oe static_oe property

Constant Instance for ResourceType
public static ResourceType,Amazon.EC2 Instance
Résultat ResourceType

InternetGateway public_oe static_oe property

Constant InternetGateway for ResourceType
public static ResourceType,Amazon.EC2 InternetGateway
Résultat ResourceType

NetworkAcl public_oe static_oe property

Constant NetworkAcl for ResourceType
public static ResourceType,Amazon.EC2 NetworkAcl
Résultat ResourceType

NetworkInterface public_oe static_oe property

Constant NetworkInterface for ResourceType
public static ResourceType,Amazon.EC2 NetworkInterface
Résultat ResourceType

ReservedInstances public_oe static_oe property

Constant ReservedInstances for ResourceType
public static ResourceType,Amazon.EC2 ReservedInstances
Résultat ResourceType

RouteTable public_oe static_oe property

Constant RouteTable for ResourceType
public static ResourceType,Amazon.EC2 RouteTable
Résultat ResourceType

SecurityGroup public_oe static_oe property

Constant SecurityGroup for ResourceType
public static ResourceType,Amazon.EC2 SecurityGroup
Résultat ResourceType

Snapshot public_oe static_oe property

Constant Snapshot for ResourceType
public static ResourceType,Amazon.EC2 Snapshot
Résultat ResourceType

SpotInstancesRequest public_oe static_oe property

Constant SpotInstancesRequest for ResourceType
public static ResourceType,Amazon.EC2 SpotInstancesRequest
Résultat ResourceType

Subnet public_oe static_oe property

Constant Subnet for ResourceType
public static ResourceType,Amazon.EC2 Subnet
Résultat ResourceType

Volume public_oe static_oe property

Constant Volume for ResourceType
public static ResourceType,Amazon.EC2 Volume
Résultat ResourceType

Vpc public_oe static_oe property

Constant Vpc for ResourceType
public static ResourceType,Amazon.EC2 Vpc
Résultat ResourceType

VpnConnection public_oe static_oe property

Constant VpnConnection for ResourceType
public static ResourceType,Amazon.EC2 VpnConnection
Résultat ResourceType

VpnGateway public_oe static_oe property

Constant VpnGateway for ResourceType
public static ResourceType,Amazon.EC2 VpnGateway
Résultat ResourceType