Details about the format of the image.
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 DiskImageDetailType
Public Class DiskImageDetailType
public ref class DiskImageDetailType
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DiskImageDetailType()()()() | Initializes a new instance of the DiskImageDetailType class | |
| Bytes |
Gets and sets the Bytes property.
Number of bytes in the disk image.
| |
| Equals(Object) | (Inherited from Object.) | |
| Format |
Gets and sets the Format property.
File format of the disk image.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImportManifestUrl |
Gets and sets the ImportManifestUrl property.
The manifest for the disk image, stored in Amazon S3 and presented here as an Amazon S3 pre-signed URL. For information about
creating a pre-signed URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the
Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
| |
| IsSetBytes()()()() |
Checks if Bytes property is set
| |
| IsSetFormat()()()() |
Checks if Format property is set
| |
| IsSetImportManifestUrl()()()() |
Checks if ImportManifestUrl property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithBytes(Decimal) |
Sets the Bytes property
| |
| WithFormat(String) |
Sets the Format property
| |
| WithImportManifestUrl(String) |
Sets the ImportManifestUrl property
|