Namespace: Amazon.EC2.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DiskImageDescriptionType()()()()
Initializes a new instance of the DiskImageDescriptionType class
Checksum
Gets and sets the Checksum property. Checksum computed for the disk image.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DiskImageDescriptionType

See Also