C# Class Amazon.EC2.ImageAttributeName

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

Méthodes publiques

Свойство Type Description
BlockDeviceMapping ImageAttributeName
Description ImageAttributeName
Kernel ImageAttributeName
LaunchPermission ImageAttributeName
ProductCodes ImageAttributeName
Ramdisk ImageAttributeName
SriovNetSupport ImageAttributeName

Méthodes publiques

Méthode Description
FindValue ( string value ) : ImageAttributeName

Finds the constant for the unique value.

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

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

Property Details

BlockDeviceMapping public_oe static_oe property

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

Description public_oe static_oe property

Constant Description for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 Description
Résultat ImageAttributeName

Kernel public_oe static_oe property

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

LaunchPermission public_oe static_oe property

Constant LaunchPermission for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 LaunchPermission
Résultat ImageAttributeName

ProductCodes public_oe static_oe property

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

Ramdisk public_oe static_oe property

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

SriovNetSupport public_oe static_oe property

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