Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DiskImageDescriptionType
Public Class DiskImageDescriptionType
public ref class DiskImageDescriptionType
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DiskImageDescriptionType()()()() | Initializes a new instance of the DiskImageDescriptionType class | |
| Checksum |
Gets and sets the Checksum property.
Checksum computed for the disk image.
| |
| Equals(Object) | (Inherited from Object.) | |
| Format |
Gets and sets the Format property.
Disk image format.
Valid Values: VMDK | RAW
| |
| 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.
| |
| IsSetChecksum()()()() |
Checks if Checksum property is set
| |
| IsSetFormat()()()() |
Checks if Format property is set
| |
| IsSetImportManifestUrl()()()() |
Checks if ImportManifestUrl property is set
| |
| IsSetSize()()()() |
Checks if Size property is set
| |
| Size |
Gets and sets the Size property.
Size of the disk image.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithChecksum(String) |
Sets the Checksum property
| |
| WithFormat(String) |
Sets the Format property
| |
| WithImportManifestUrl(String) |
Sets the ImportManifestUrl property
| |
| WithSize(Decimal) |
Sets the Size property
|