C# Class Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest

Container for the parameters to the DescribeInstanceHealth operation.

Returns the current state of the specified instances registered with the specified load balancer. If no instances are specified, the state of all the instances registered with the load balancer is returned.

NOTE: You must provide the same account credentials as those that were used to create the load balancer.

Inheritance: AmazonElasticLoadBalancingRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeInstanceHealthRequest ( ) : System

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

DescribeInstanceHealthRequest ( string loadBalancerName ) : System

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

Private Methods

Method Description
IsSetInstances ( ) : bool
IsSetLoadBalancerName ( ) : bool

Method Details

DescribeInstanceHealthRequest() public method

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

DescribeInstanceHealthRequest() public method

Constructs a new DescribeInstanceHealthRequest object. Callers should use the properties initialize any additional object members.
public DescribeInstanceHealthRequest ( string loadBalancerName ) : System
loadBalancerName string The name of the load balancer.
return System