EC2ExportToS3TaskSpecification Class Reference
| Inherits from | NSObject |
| Declared in | EC2ExportToS3TaskSpecification.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
diskImageFormatThe value of the DiskImageFormat property for this object.
Constraints:
property
Allowed Values: vmdk, vhd -
containerFormatThe value of the ContainerFormat property for this object.
Constraints:
property
Allowed Values: ova -
s3BucketThe value of the S3Bucket property for this object.
property -
s3PrefixThe value of the S3Prefix property for this object.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
containerFormat
The value of the ContainerFormat property for this object.
Constraints:
Allowed Values: ova
@property (nonatomic, retain) NSString *containerFormatDiscussion
The value of the ContainerFormat property for this object.
Constraints:
Allowed Values: ova
Declared In
EC2ExportToS3TaskSpecification.hdiskImageFormat
The value of the DiskImageFormat property for this object.
Constraints:
Allowed Values: vmdk, vhd
@property (nonatomic, retain) NSString *diskImageFormatDiscussion
The value of the DiskImageFormat property for this object.
Constraints:
Allowed Values: vmdk, vhd
Declared In
EC2ExportToS3TaskSpecification.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
EC2ExportToS3TaskSpecification.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
EC2ExportToS3TaskSpecification.h