AWSEC2ImportInstanceVolumeDetailItem
Objective-C
@interface AWSEC2ImportInstanceVolumeDetailItem
Swift
class AWSEC2ImportInstanceVolumeDetailItem
Describes an import volume task.
-
The Availability Zone where the resulting instance will reside.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable availabilityZone;
Swift
var availabilityZone: String? { get set }
-
The number of bytes converted so far.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable bytesConverted;
Swift
var bytesConverted: NSNumber? { get set }
-
A description of the task.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The image.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2DiskImageDescription *_Nullable image;
Swift
var image: AWSEC2DiskImageDescription? { get set }
-
The status of the import of this particular disk image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable status;
Swift
var status: String? { get set }
-
The status information or errors related to the disk image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }
-
The volume.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2DiskImageVolumeDescription *_Nullable volume;
Swift
var volume: AWSEC2DiskImageVolumeDescription? { get set }