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
 
Information about a load balancer.

Inheritance Hierarchy

System.Object
  Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription

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

Syntax

C#
public class LoadBalancerDescription : Object

The LoadBalancerDescription type exposes the following members

Constructors

NameDescription
Public Method LoadBalancerDescription() Empty constructor used to set properties independently even when a simple constructor is available

Properties

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

The Availability Zones for the load balancer.

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

Information about the back-end servers.

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

The Amazon Route 53 hosted zone associated with the load balancer.

For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

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

The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

Public Property CreatedTime System.DateTime Gets and sets the property CreatedTime.

The date and time the load balancer was created.

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

The external DNS name of the load balancer.

Public Property HealthCheck Amazon.ElasticLoadBalancing.Model.HealthCheck Gets and sets the property HealthCheck.

Information about the health checks conducted on the load balancer.

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

The IDs of the instances for the load balancer.

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

The listeners for the load balancer.

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

The name of the load balancer.

Public Property Policies Amazon.ElasticLoadBalancing.Model.Policies Gets and sets the property Policies.

The policies defined for the load balancer.

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

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

If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

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

The security groups for the load balancer. Valid only for load balancers in a VPC.

Public Property SourceSecurityGroup Amazon.ElasticLoadBalancing.Model.SourceSecurityGroup Gets and sets the property SourceSecurityGroup.

The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

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

The IDs of the subnets for the load balancer.

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

The ID of the VPC for the load balancer.

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