VmwareAdminClusterLoadBalancerF5Config

data class VmwareAdminClusterLoadBalancerF5Config(val address: String? = null, val partition: String? = null, val snatPool: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The load balancer's IP address.

Link copied to clipboard
val partition: 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: String? = null

The pool name. Only necessary, if using SNAT.