EC2DiskImageDescription Class Reference
| Inherits from | NSObject |
| Declared in | EC2DiskImageDescription.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
formatThe value of the Format property for this object.
property -
sizeThe value of the Size property for this object.
property -
importManifestUrlThe value of the ImportManifestUrl property for this object.
property -
checksumThe value of the Checksum property for this object.
property -
– descriptionReturns 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 *checksumDiscussion
The value of the Checksum property for this object.
Declared In
EC2DiskImageDescription.hformat
The value of the Format property for this object.
@property (nonatomic, retain) NSString *formatDiscussion
The value of the Format property for this object.
Declared In
EC2DiskImageDescription.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
EC2DiskImageDescription.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2DiskImageDescription.h