AWSEC2NetworkInterfaceCount
Objective-C
@interface AWSEC2NetworkInterfaceCount
Swift
class AWSEC2NetworkInterfaceCount
The minimum and maximum number of network interfaces.
-
The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;Swift
var max: NSNumber? { get set } -
The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;Swift
var min: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2NetworkInterfaceCount Class Reference