AWSEC2ImportVolumeTaskDetails
Objective-C
@interface AWSEC2ImportVolumeTaskDetails
Swift
class AWSEC2ImportVolumeTaskDetails
Describes an import volume task.
-
The Availability Zone where the resulting volume 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 } -
The description you provided when starting the import volume 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 volume.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2DiskImageVolumeDescription *_Nullable volume;Swift
var volume: AWSEC2DiskImageVolumeDescription? { get set }
View on GitHub
Install in Dash
AWSEC2ImportVolumeTaskDetails Class Reference