AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the CreateLoadBalancer operation. Creates a load balancer.

If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see How Elastic Load Balancing Works in the Elastic Load Balancing Developer Guide.

You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Elastic Load Balancing Limits in the Elastic Load Balancing Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingRequest
      Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateLoadBalancerRequest : AmazonElasticLoadBalancingRequest
         IRequestEvents

The CreateLoadBalancerRequest type exposes the following members

Constructors

NameDescription
Public Method CreateLoadBalancerRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateLoadBalancerRequest(string) Instantiates CreateLoadBalancerRequest with the parameterized properties
Public Method CreateLoadBalancerRequest(string, List<Listener>, List<String>)

Properties

NameTypeDescription
Public Property AvailabilityZones System.Collections.Generic.List<System.String> Gets and sets the property AvailabilityZones.

One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

You must specify at least one Availability Zone.

You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

Public Property Listeners System.Collections.Generic.List<Amazon.ElasticLoadBalancing.Model.Listener> Gets and sets the property Listeners.

The listeners.

For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

Public Property LoadBalancerName System.String Gets and sets the property LoadBalancerName.

The name of the load balancer.

This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

Public Property Scheme System.String Gets and sets the property Scheme.

The type of a load balancer. Valid only for load balancers in a VPC.

By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

Public Property SecurityGroups System.Collections.Generic.List<System.String> Gets and sets the property SecurityGroups.

The IDs of the security groups to assign to the load balancer.

Public Property Subnets System.Collections.Generic.List<System.String> Gets and sets the property Subnets.

The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

Public Property Tags System.Collections.Generic.List<Amazon.ElasticLoadBalancing.Model.Tag> Gets and sets the property Tags.

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8