AWSEC2InstanceStorageInfo
Objective-C
@interface AWSEC2InstanceStorageInfo
Swift
class AWSEC2InstanceStorageInfo
Describes the instance store features that are supported by the instance type.
-
Describes the disks that are available for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2DiskInfo *> *_Nullable disks;
Swift
var disks: [AWSEC2DiskInfo]? { get set }
-
Indicates whether data is encrypted at rest.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceStorageEncryptionSupport encryptionSupport;
Swift
var encryptionSupport: AWSEC2InstanceStorageEncryptionSupport { get set }
-
Indicates whether non-volatile memory express (NVMe) is supported.
Declaration
Objective-C
@property (nonatomic) AWSEC2EphemeralNvmeSupport nvmeSupport;
Swift
var nvmeSupport: AWSEC2EphemeralNvmeSupport { get set }
-
The total size of the disks, in GB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalSizeInGB;
Swift
var totalSizeInGB: NSNumber? { get set }