BareMetalLoadBalancerConfig class
Specifies the load balancer configuration.
Constructors
- BareMetalLoadBalancerConfig({BareMetalBgpLbConfig? bgpLbConfig, BareMetalManualLbConfig? manualLbConfig, BareMetalMetalLbConfig? metalLbConfig, BareMetalPortConfig? portConfig, BareMetalVipConfig? vipConfig})
- BareMetalLoadBalancerConfig.fromJson(Map json_)
Properties
- bgpLbConfig ↔ BareMetalBgpLbConfig?
-
Configuration for BGP typed load balancers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manualLbConfig ↔ BareMetalManualLbConfig?
-
Manually configured load balancers.
getter/setter pair
- metalLbConfig ↔ BareMetalMetalLbConfig?
-
Configuration for MetalLB load balancers.
getter/setter pair
- portConfig ↔ BareMetalPortConfig?
-
Configures the ports that the load balancer will listen on.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vipConfig ↔ BareMetalVipConfig?
-
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