LoadBalancerAttributes class

The attributes for a load balancer.

Constructors

LoadBalancerAttributes({AccessLog? accessLog, List<AdditionalAttribute>? additionalAttributes, ConnectionDraining? connectionDraining, ConnectionSettings? connectionSettings, CrossZoneLoadBalancing? crossZoneLoadBalancing})
LoadBalancerAttributes.fromXml(XmlElement elem)
factory

Properties

accessLog AccessLog?
If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.
final
additionalAttributes List<AdditionalAttribute>?
Any additional attributes.
final
connectionDraining ConnectionDraining?
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
final
connectionSettings ConnectionSettings?
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
final
crossZoneLoadBalancing CrossZoneLoadBalancing?
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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