BareMetalClusterLoadBalancerVipConfigArgs

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

Constructors

constructor(controlPlaneVip: Output<String>, ingressVip: Output<String>)

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.

Functions

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