Inherits from NSObject
Declared in EC2DiskImageDescription.h

Overview

Disk Image Description

Tasks

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   format

    The value of the Format property for this object.

    property
  •   size

    The value of the Size property for this object.

    property
  •   importManifestUrl

    The value of the ImportManifestUrl property for this object.

    property
  •   checksum

    The value of the Checksum property for this object.

    property
  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

checksum

The value of the Checksum property for this object.

@property (nonatomic, retain) NSString *checksum

Discussion

The value of the Checksum property for this object.

Declared In

EC2DiskImageDescription.h

format

The value of the Format property for this object.

@property (nonatomic, retain) NSString *format

Discussion

The value of the Format property for this object.

Declared In

EC2DiskImageDescription.h

importManifestUrl

The value of the ImportManifestUrl property for this object.

@property (nonatomic, retain) NSString *importManifestUrl

Discussion

The value of the ImportManifestUrl property for this object.

Declared In

EC2DiskImageDescription.h

size

The value of the Size property for this object.

@property (nonatomic, retain) NSNumber *size

Discussion

The value of the Size property for this object.

Declared In

EC2DiskImageDescription.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

EC2DiskImageDescription.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

EC2DiskImageDescription.h