VMwareClusterLoadBalancerF5ConfigArgs

data class VMwareClusterLoadBalancerF5ConfigArgs(val address: Output<String>? = null, val partition: Output<String>? = null, val snatPool: Output<String>? = null) : ConvertibleToJava<VMwareClusterLoadBalancerF5ConfigArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, partition: Output<String>? = null, snatPool: Output<String>? = null)

Properties

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

The load balancer's IP address.

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

he preexisting partition to be used by the load balancer. T his partition is usually created for the admin cluster for example: 'my-f5-admin-partition'.

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

The pool name. Only necessary, if using SNAT.

Functions

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