AWSAutoScalingNetworkInterfaceCountRequest
Objective-C
@interface AWSAutoScalingNetworkInterfaceCountRequest
Swift
class AWSAutoScalingNetworkInterfaceCountRequest
Specifies the minimum and maximum for the NetworkInterfaceCount
object when you specify InstanceRequirements for an Auto Scaling group.
-
The maximum number of network interfaces.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;
Swift
var max: NSNumber? { get set }
-
The minimum number of network interfaces.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;
Swift
var min: NSNumber? { get set }