C# Class Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest

Container for the parameters to the DescribeLoadBalancers operation.

Returns detailed configuration information for the specified LoadBalancers. If no LoadBalancers are specified, the operation returns configuration information for all LoadBalancers created by the caller.

NOTE: The client must have created the specified input LoadBalancers in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeLoadBalancersRequest ( ) : System

Default constructor for a new DescribeLoadBalancersRequest object. Callers should use the properties to initialize this object after creating it.

DescribeLoadBalancersRequest ( List loadBalancerNames ) : System

Constructs a new DescribeLoadBalancersRequest object. Callers should use the properties initialize any additional object members.

Private Methods

Method Description
IsSetLoadBalancerNames ( ) : bool
IsSetMarker ( ) : bool

Method Details

DescribeLoadBalancersRequest() public method

Default constructor for a new DescribeLoadBalancersRequest object. Callers should use the properties to initialize this object after creating it.
public DescribeLoadBalancersRequest ( ) : System
return System

DescribeLoadBalancersRequest() public method

Constructs a new DescribeLoadBalancersRequest object. Callers should use the properties initialize any additional object members.
public DescribeLoadBalancersRequest ( List loadBalancerNames ) : System
loadBalancerNames List A list of load balancer names associated with the account.
return System