VmwareVipConfigArgs

data class VmwareVipConfigArgs(val controlPlaneVip: Output<String>? = null, val ingressVip: Output<String>? = null) : ConvertibleToJava<VmwareVipConfigArgs>

Specifies the VIP config for the VMware user cluster load balancer.

Constructors

Link copied to clipboard
constructor(controlPlaneVip: Output<String>? = null, ingressVip: Output<String>? = null)

Properties

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

The VIP which you previously set aside for the Kubernetes API of this cluster.

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

The VIP which you previously set aside for ingress traffic into this cluster.

Functions

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