NetworkBandwidthGbpsRequest

The minimum and maximum network bandwidth in gigabits per second (Gbps) for instance type selection. This is important for network-intensive workloads.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double?

The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.

Link copied to clipboard
val min: Double?

The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String