BareMetalVipConfigArgs

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

Specifies the VIP config for the bare metal 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 bare metal user cluster.

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

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

Functions

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