QosPolicyOverridesArgs

data class QosPolicyOverridesArgs(val bandwidthPercentageSMB: Output<String>? = null, val priorityValue8021ActionCluster: Output<String>? = null, val priorityValue8021ActionSMB: Output<String>? = null) : ConvertibleToJava<QosPolicyOverridesArgs>

The QoSPolicyOverrides of a cluster.

Constructors

Link copied to clipboard
constructor(bandwidthPercentageSMB: Output<String>? = null, priorityValue8021ActionCluster: Output<String>? = null, priorityValue8021ActionSMB: Output<String>? = null)

Properties

Link copied to clipboard
val bandwidthPercentageSMB: Output<String>? = null

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

Link copied to clipboard

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

Link copied to clipboard
val priorityValue8021ActionSMB: Output<String>? = null

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

Functions

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