AWSEC2NetworkBandwidthGbps

Objective-C

@interface AWSEC2NetworkBandwidthGbps

Swift

class AWSEC2NetworkBandwidthGbps

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.

  • max

    The maximum amount of network bandwidth, in Gbps. 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 }
  • min

    The minimum amount of network bandwidth, in Gbps. 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 }