AWS SDK for .NET Documentation
LoadBalancerAttributes Class
AmazonAmazon.ElasticLoadBalancing.ModelLoadBalancerAttributes Did this page help you?   Yes   No    Tell us about it...

The LoadBalancerAttributes data type.

Declaration Syntax
C#
public class LoadBalancerAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LoadBalancerAttributes()()()()
Initializes a new instance of the LoadBalancerAttributes class

AccessLog
The name of the load balancer attribute. If enabled, the load balancer captures detailed information of all the requests and delivers the information to the Amazon S3 bucket you specify. For more information, see Enable Access Logs.

ConnectionDraining
The name of the load balancer attribute. If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance. For more information, see Enable Connection Draining.

CrossZoneLoadBalancing
The name of the load balancer attribute. If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones. For more information, see Enable Cross-Zone Load Balancing.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAccessLog(AccessLog) Obsolete.
Sets the AccessLog property

WithConnectionDraining(ConnectionDraining) Obsolete.
Sets the ConnectionDraining property

WithCrossZoneLoadBalancing(CrossZoneLoadBalancing) Obsolete.
Sets the CrossZoneLoadBalancing property

Inheritance Hierarchy
Object
LoadBalancerAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)