This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.

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 BackendServerDescription
Public Class BackendServerDescription
public ref class BackendServerDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BackendServerDescription()()()()
Initializes a new instance of the BackendServerDescription class
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.)
InstancePort
Provides the port on which the back-end server is listening.

Constraints:

Range
1 - 65535

PolicyNames
Provides a list of policy names enabled for the back-end server.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithInstancePort(Int32)
Sets the InstancePort property
WithPolicyNames(IEnumerable<(Of <<'(String>)>>))
Adds elements to the PolicyNames collection
WithPolicyNames(array<String>[]()[][])
Adds elements to the PolicyNames collection

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticLoadBalancing.Model..::..BackendServerDescription

See Also