Image Attribute
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ImageAttribute
Public Class ImageAttribute
public ref class ImageAttribute
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImageAttribute()()()() | Initializes a new instance of the ImageAttribute class | |
| BlockDeviceMapping |
Gets and sets the BlockDeviceMapping property.
Block device mapping.
| |
| Description |
Gets and sets the Description property.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImageId |
Gets and sets the ImageId property.
The ID of the AMI.
| |
| IsSetBlockDeviceMapping()()()() |
Checks if BlockDeviceMapping property is set
| |
| IsSetDescription()()()() |
Checks if Description property is set
| |
| IsSetImageId()()()() |
Checks if ImageId property is set
| |
| IsSetKernelId()()()() |
Checks if KernelId property is set
| |
| IsSetLaunchPermission()()()() |
Checks if LaunchPermission property is set
| |
| IsSetProductCode()()()() | Obsolete.
Checks if ProductCode property is set
| |
| IsSetProductCodes()()()() |
Checks if ProductCodes property is set
| |
| IsSetRamdiskId()()()() |
Checks if RamdiskId property is set
| |
| KernelId |
Gets and sets the KernelId property.
Kernel ID.
| |
| LaunchPermission |
Gets and sets the LaunchPermission property.
Launch permissions.
| |
| ProductCode | Obsolete.
Gets and sets the ProductCode property.
Product codes.
| |
| ProductCodes |
Gets and sets the ProductCodes property.
Product codes attached to this instance.
| |
| RamdiskId |
Gets and sets the RamdiskId property.
RAM disk ID.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithBlockDeviceMapping(BlockDeviceMapping) |
Sets the BlockDeviceMapping property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithImageId(String) |
Sets the ImageId property
| |
| WithKernelId(String) |
Sets the KernelId property
| |
| WithLaunchPermission(array<LaunchPermission>[]()[][]) |
Sets the LaunchPermission property
| |
| WithProductCode(array<String>[]()[][]) | Obsolete.
Sets the ProductCode property
| |
| WithProductCodes(array<ProductCode>[]()[][]) |
Sets the ProductCodes property
| |
| WithRamdiskId(String) |
Sets the RamdiskId property
|