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.
| C# |
public class EnableAvailabilityZonesForLoadBalancerRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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(array<String>[]()[][]) |
Adds elements to the AvailabilityZones collection
| |
| WithAvailabilityZones(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the AvailabilityZones collection
| |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
|
| Object | ||
| AmazonWebServiceRequest | ||
| EnableAvailabilityZonesForLoadBalancerRequest | ||