Container for the parameters to the DescribeInstanceHealth operation.
Namespace: Amazon.ElasticLoadBalancing.ModelReturns the current state of the instances of the specified LoadBalancer. If no instances are specified, the state of all the instances for the LoadBalancer is returned.
NOTE: The client must have created the specified input LoadBalancer in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeInstanceHealthRequest : AmazonWebServiceRequest
Public Class DescribeInstanceHealthRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeInstanceHealthRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeInstanceHealthRequest()()()() |
Default constructor for a new DescribeInstanceHealthRequest object. Callers should use the
properties or fluent setter (With...) methods to initialize this object after creating it.
| |
| DescribeInstanceHealthRequest(String) |
Constructs a new DescribeInstanceHealthRequest object.
Callers should use the properties or fluent setter (With...) methods to
initialize any additional object members.
| |
| Equals(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.) | |
| Instances |
A list of instance IDs whose states are being queried.
| |
| LoadBalancerName |
The name associated with the LoadBalancer. The name must be unique within the client AWS account.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithInstances(array<Instance>[]()[][]) |
Adds elements to the Instances collection
| |
| WithInstances(IEnumerable<(Of <<'(Instance>)>>)) |
Adds elements to the Instances collection
| |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeInstanceHealthRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeInstanceHealthRequest