C# 클래스 Amazon.EC2.ResourceType

Constants used for properties of type ResourceType.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : ResourceType
value string The unique value for the constant
리턴 ResourceType

ResourceType() 공개 메소드

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
리턴 System

프로퍼티 상세

CustomerGateway 공개적으로 정적으로 프로퍼티

Constant CustomerGateway for ResourceType
public static ResourceType,Amazon.EC2 CustomerGateway
리턴 ResourceType

DhcpOptions 공개적으로 정적으로 프로퍼티

Constant DhcpOptions for ResourceType
public static ResourceType,Amazon.EC2 DhcpOptions
리턴 ResourceType

Image 공개적으로 정적으로 프로퍼티

Constant Image for ResourceType
public static ResourceType,Amazon.EC2 Image
리턴 ResourceType

Instance 공개적으로 정적으로 프로퍼티

Constant Instance for ResourceType
public static ResourceType,Amazon.EC2 Instance
리턴 ResourceType

InternetGateway 공개적으로 정적으로 프로퍼티

Constant InternetGateway for ResourceType
public static ResourceType,Amazon.EC2 InternetGateway
리턴 ResourceType

NetworkAcl 공개적으로 정적으로 프로퍼티

Constant NetworkAcl for ResourceType
public static ResourceType,Amazon.EC2 NetworkAcl
리턴 ResourceType

NetworkInterface 공개적으로 정적으로 프로퍼티

Constant NetworkInterface for ResourceType
public static ResourceType,Amazon.EC2 NetworkInterface
리턴 ResourceType

ReservedInstances 공개적으로 정적으로 프로퍼티

Constant ReservedInstances for ResourceType
public static ResourceType,Amazon.EC2 ReservedInstances
리턴 ResourceType

RouteTable 공개적으로 정적으로 프로퍼티

Constant RouteTable for ResourceType
public static ResourceType,Amazon.EC2 RouteTable
리턴 ResourceType

SecurityGroup 공개적으로 정적으로 프로퍼티

Constant SecurityGroup for ResourceType
public static ResourceType,Amazon.EC2 SecurityGroup
리턴 ResourceType

Snapshot 공개적으로 정적으로 프로퍼티

Constant Snapshot for ResourceType
public static ResourceType,Amazon.EC2 Snapshot
리턴 ResourceType

SpotInstancesRequest 공개적으로 정적으로 프로퍼티

Constant SpotInstancesRequest for ResourceType
public static ResourceType,Amazon.EC2 SpotInstancesRequest
리턴 ResourceType

Subnet 공개적으로 정적으로 프로퍼티

Constant Subnet for ResourceType
public static ResourceType,Amazon.EC2 Subnet
리턴 ResourceType

Volume 공개적으로 정적으로 프로퍼티

Constant Volume for ResourceType
public static ResourceType,Amazon.EC2 Volume
리턴 ResourceType

Vpc 공개적으로 정적으로 프로퍼티

Constant Vpc for ResourceType
public static ResourceType,Amazon.EC2 Vpc
리턴 ResourceType

VpnConnection 공개적으로 정적으로 프로퍼티

Constant VpnConnection for ResourceType
public static ResourceType,Amazon.EC2 VpnConnection
리턴 ResourceType

VpnGateway 공개적으로 정적으로 프로퍼티

Constant VpnGateway for ResourceType
public static ResourceType,Amazon.EC2 VpnGateway
리턴 ResourceType