Container for the parameters to the EnableAvailabilityZonesForLoadBalancer operation.

Adds one or more EC2 Availability Zones to the LoadBalancer.

The LoadBalancer evenly distributes requests across all its registered Availability Zones that contain instances. As a result, the client must ensure that its LoadBalancer is appropriately scaled for each registered Availability Zone.

NOTE: The new EC2 Availability Zones to be added must be in the same EC2 Region as the Availability Zones for which the LoadBalancer was created.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class EnableAvailabilityZonesForLoadBalancerRequest : AmazonWebServiceRequest
Public Class EnableAvailabilityZonesForLoadBalancerRequest _
	Inherits AmazonWebServiceRequest
public ref class EnableAvailabilityZonesForLoadBalancerRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
EnableAvailabilityZonesForLoadBalancerRequest()()()()
Default constructor for a new EnableAvailabilityZonesForLoadBalancerRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.
EnableAvailabilityZonesForLoadBalancerRequest(String, List<(Of <<'(String>)>>))
Constructs a new EnableAvailabilityZonesForLoadBalancerRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
AvailabilityZones
A list of new Availability Zones for the LoadBalancer. Each Availability Zone must be in the same Region as the LoadBalancer.
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.)
LoadBalancerName
The name associated with the LoadBalancer. The name must be unique within the client AWS account.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAvailabilityZones(IEnumerable<(Of <<'(String>)>>))
Adds elements to the AvailabilityZones collection
WithAvailabilityZones(array<String>[]()[][])
Adds elements to the AvailabilityZones collection
WithLoadBalancerName(String)
Sets the LoadBalancerName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..EnableAvailabilityZonesForLoadBalancerRequest

See Also