NetworkPerformanceConfigArgs

data class NetworkPerformanceConfigArgs(val externalIpEgressBandwidthTier: Output<NetworkPerformanceConfigExternalIpEgressBandwidthTier>? = null, val totalEgressBandwidthTier: Output<NetworkPerformanceConfigTotalEgressBandwidthTier>? = null) : ConvertibleToJava<NetworkPerformanceConfigArgs>

Configuration of all network bandwidth tiers

Constructors

Link copied to clipboard
fun NetworkPerformanceConfigArgs(externalIpEgressBandwidthTier: Output<NetworkPerformanceConfigExternalIpEgressBandwidthTier>? = null, totalEgressBandwidthTier: Output<NetworkPerformanceConfigTotalEgressBandwidthTier>? = null)

Functions

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

Properties

Link copied to clipboard

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

Link copied to clipboard

Specifies the total network bandwidth tier for the NodePool.