LaunchTemplateNetworkBandwidthGbpsArgs

data class LaunchTemplateNetworkBandwidthGbpsArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<LaunchTemplateNetworkBandwidthGbpsArgs>

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

Constructors

Link copied to clipboard
fun LaunchTemplateNetworkBandwidthGbpsArgs(max: Output<Double>? = null, min: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateNetworkBandwidthGbpsArgs

Properties

Link copied to clipboard
val max: Output<Double>? = null

The maximum amount of network bandwidth, in Gbps.

Link copied to clipboard
val min: Output<Double>? = null

The minimum amount of network bandwidth, in Gbps.