NetworkBandwidthGbpsRequestArgs

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

Definition of NetworkBandwidthGbpsRequest

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

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

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

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

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

Functions

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