C# Class Amazon.EC2.InstanceAttributeName

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

Méthodes publiques

Свойство Type Description
BlockDeviceMapping InstanceAttributeName
DisableApiTermination InstanceAttributeName
EbsOptimized InstanceAttributeName
EnaSupport InstanceAttributeName
GroupSet InstanceAttributeName
InstanceInitiatedShutdownBehavior InstanceAttributeName
InstanceType InstanceAttributeName
Kernel InstanceAttributeName
ProductCodes InstanceAttributeName
Ramdisk InstanceAttributeName
RootDeviceName InstanceAttributeName
SourceDestCheck InstanceAttributeName
SriovNetSupport InstanceAttributeName
UserData InstanceAttributeName

Méthodes publiques

Méthode Description
FindValue ( string value ) : InstanceAttributeName

Finds the constant for the unique value.

InstanceAttributeName ( 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 ) : InstanceAttributeName
value string The unique value for the constant
Résultat InstanceAttributeName

InstanceAttributeName() 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 InstanceAttributeName ( string value ) : System
value string
Résultat System

Property Details

BlockDeviceMapping public_oe static_oe property

Constant BlockDeviceMapping for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 BlockDeviceMapping
Résultat InstanceAttributeName

DisableApiTermination public_oe static_oe property

Constant DisableApiTermination for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 DisableApiTermination
Résultat InstanceAttributeName

EbsOptimized public_oe static_oe property

Constant EbsOptimized for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 EbsOptimized
Résultat InstanceAttributeName

EnaSupport public_oe static_oe property

Constant EnaSupport for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 EnaSupport
Résultat InstanceAttributeName

GroupSet public_oe static_oe property

Constant GroupSet for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 GroupSet
Résultat InstanceAttributeName

InstanceInitiatedShutdownBehavior public_oe static_oe property

Constant InstanceInitiatedShutdownBehavior for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 InstanceInitiatedShutdownBehavior
Résultat InstanceAttributeName

InstanceType public_oe static_oe property

Constant InstanceType for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 InstanceType
Résultat InstanceAttributeName

Kernel public_oe static_oe property

Constant Kernel for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 Kernel
Résultat InstanceAttributeName

ProductCodes public_oe static_oe property

Constant ProductCodes for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 ProductCodes
Résultat InstanceAttributeName

Ramdisk public_oe static_oe property

Constant Ramdisk for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 Ramdisk
Résultat InstanceAttributeName

RootDeviceName public_oe static_oe property

Constant RootDeviceName for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 RootDeviceName
Résultat InstanceAttributeName

SourceDestCheck public_oe static_oe property

Constant SourceDestCheck for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 SourceDestCheck
Résultat InstanceAttributeName

SriovNetSupport public_oe static_oe property

Constant SriovNetSupport for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 SriovNetSupport
Résultat InstanceAttributeName

UserData public_oe static_oe property

Constant UserData for InstanceAttributeName
public static InstanceAttributeName,Amazon.EC2 UserData
Résultat InstanceAttributeName