AWSEC2ExportImageResult
Objective-C
@interface AWSEC2ExportImageResult
Swift
class AWSEC2ExportImageResult
-
A description of the image being exported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The disk image format for the exported image.
Declaration
Objective-C
@property (nonatomic) AWSEC2DiskImageFormat diskImageFormat;
Swift
var diskImageFormat: AWSEC2DiskImageFormat { get set }
-
The ID of the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable exportImageTaskId;
Swift
var exportImageTaskId: String? { get set }
-
The ID of the image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageId;
Swift
var imageId: String? { get set }
-
The percent complete of the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable progress;
Swift
var progress: String? { get set }
-
The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleName;
Swift
var roleName: String? { get set }
-
Information about the destination Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ExportTaskS3Location *_Nullable s3ExportLocation;
Swift
var s3ExportLocation: AWSEC2ExportTaskS3Location? { get set }
-
The status of the export image task. The possible values are
active
,completed
,deleting
, anddeleted
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable status;
Swift
var status: String? { get set }
-
The status message for the export image task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }