VmwareLoadBalancerConfig class
Specifies the locad balancer config for the VMware user cluster.
Constructors
- VmwareLoadBalancerConfig({VmwareF5BigIpConfig? f5Config, VmwareManualLbConfig? manualLbConfig, VmwareMetalLbConfig? metalLbConfig, VmwareSeesawConfig? seesawConfig, VmwareVipConfig? vipConfig})
- VmwareLoadBalancerConfig.fromJson(Map json_)
Properties
- f5Config ↔ VmwareF5BigIpConfig?
-
Configuration for F5 Big IP typed load balancers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manualLbConfig ↔ VmwareManualLbConfig?
-
Manually configured load balancers.
getter/setter pair
- metalLbConfig ↔ VmwareMetalLbConfig?
-
Configuration for MetalLB typed load balancers.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seesawConfig ↔ VmwareSeesawConfig?
-
Configuration for Seesaw typed load balancers.
getter/setter pair
- vipConfig ↔ VmwareVipConfig?
-
The VIPs used by the load balancer.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited