BareMetalClusterLoadBalancerVipConfigArgs

data class BareMetalClusterLoadBalancerVipConfigArgs(val controlPlaneVip: Output<String>, val ingressVip: Output<String>) : ConvertibleToJava<BareMetalClusterLoadBalancerVipConfigArgs>

Constructors

fun BareMetalClusterLoadBalancerVipConfigArgs(controlPlaneVip: Output<String>, ingressVip: Output<String>)

Functions

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

Properties

Link copied to clipboard
val controlPlaneVip: Output<String>

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>

The VIP which you previously set aside for ingress traffic into this Bare Metal User Cluster.