AWSEC2NetworkCardInfo
Objective-C
@interface AWSEC2NetworkCardInfo
Swift
class AWSEC2NetworkCardInfo
Describes the network card support of the instance type.
-
The baseline network performance of the network card, in Gbps.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable baselineBandwidthInGbps;
Swift
var baselineBandwidthInGbps: NSNumber? { get set }
-
The maximum number of network interfaces for the network card.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumNetworkInterfaces;
Swift
var maximumNetworkInterfaces: NSNumber? { get set }
-
The index of the network card.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable networkCardIndex;
Swift
var networkCardIndex: NSNumber? { get set }
-
The network performance of the network card.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkPerformance;
Swift
var networkPerformance: String? { get set }
-
The peak (burst) network performance of the network card, in Gbps.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable peakBandwidthInGbps;
Swift
var peakBandwidthInGbps: NSNumber? { get set }