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.

  • max

    The maximum number of network interfaces.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable max;

    Swift

    var max: NSNumber? { get set }
  • min

    The minimum number of network interfaces.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable min;

    Swift

    var min: NSNumber? { get set }