LaunchTemplateNetworkBandwidthGbps

data class LaunchTemplateNetworkBandwidthGbps(val max: Double? = null, val min: Double? = null)

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

Constructors

Link copied to clipboard
fun LaunchTemplateNetworkBandwidthGbps(max: Double? = null, min: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

The maximum amount of network bandwidth, in Gbps.

Link copied to clipboard
val min: Double? = null

The minimum amount of network bandwidth, in Gbps.