Details about the format of the image.

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 DiskImageDetailType
Public Class DiskImageDetailType
public ref class DiskImageDetailType

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithBytes(Decimal)
Sets the Bytes property
WithFormat(String)
Sets the Format property
WithImportManifestUrl(String)
Sets the ImportManifestUrl property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DiskImageDetailType

See Also