Inherits from NSObject
Declared in EC2ExportToS3TaskSpecification.h

Overview

Export To S3 Task Specification

Tasks

  • – init

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

  •   diskImageFormat

    The value of the DiskImageFormat property for this object.

    Constraints:
    Allowed Values: vmdk, vhd

    property
  •   containerFormat

    The value of the ContainerFormat property for this object.

    Constraints:
    Allowed Values: ova

    property
  •   s3Bucket

    The value of the S3Bucket property for this object.

    property
  •   s3Prefix

    The value of the S3Prefix property for this object.

    property
  • – description

    Returns 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 *containerFormat

Discussion

The value of the ContainerFormat property for this object.

Constraints:
Allowed Values: ova

Declared In

EC2ExportToS3TaskSpecification.h

diskImageFormat

The value of the DiskImageFormat property for this object.

Constraints:
Allowed Values: vmdk, vhd

@property (nonatomic, retain) NSString *diskImageFormat

Discussion

The value of the DiskImageFormat property for this object.

Constraints:
Allowed Values: vmdk, vhd

Declared In

EC2ExportToS3TaskSpecification.h

s3Bucket

The value of the S3Bucket property for this object.

@property (nonatomic, retain) NSString *s3Bucket

Discussion

The value of the S3Bucket property for this object.

Declared In

EC2ExportToS3TaskSpecification.h

s3Prefix

The value of the S3Prefix property for this object.

@property (nonatomic, retain) NSString *s3Prefix

Discussion

The value of the S3Prefix property for this object.

Declared In

EC2ExportToS3TaskSpecification.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

EC2ExportToS3TaskSpecification.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

EC2ExportToS3TaskSpecification.h