C# Class Amazon.EC2.ImageAttributeName

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

Public Properties

Property Type Description
BlockDeviceMapping ImageAttributeName
Description ImageAttributeName
Kernel ImageAttributeName
LaunchPermission ImageAttributeName
ProductCodes ImageAttributeName
Ramdisk ImageAttributeName
SriovNetSupport ImageAttributeName

Public Methods

Method 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 method

Finds the constant for the unique value.
public static FindValue ( string value ) : ImageAttributeName
value string The unique value for the constant
return ImageAttributeName

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

Property Details

BlockDeviceMapping public static property

Constant BlockDeviceMapping for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 BlockDeviceMapping
return ImageAttributeName

Description public static property

Constant Description for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 Description
return ImageAttributeName

Kernel public static property

Constant Kernel for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 Kernel
return ImageAttributeName

LaunchPermission public static property

Constant LaunchPermission for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 LaunchPermission
return ImageAttributeName

ProductCodes public static property

Constant ProductCodes for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 ProductCodes
return ImageAttributeName

Ramdisk public static property

Constant Ramdisk for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 Ramdisk
return ImageAttributeName

SriovNetSupport public static property

Constant SriovNetSupport for ImageAttributeName
public static ImageAttributeName,Amazon.EC2 SriovNetSupport
return ImageAttributeName