ClusterAddonsConfigHttpLoadBalancingArgs

data class ClusterAddonsConfigHttpLoadBalancingArgs(val disabled: Output<Boolean>) : ConvertibleToJava<ClusterAddonsConfigHttpLoadBalancingArgs>

Constructors

Link copied to clipboard
constructor(disabled: Output<Boolean>)

Properties

Link copied to clipboard
val disabled: Output<Boolean>

Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when defaultSnatStatus is disabled.When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic The cluster_telemetry block supports

Functions

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