C# Класс Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest

Container for the parameters to the RegisterInstancesWithLoadBalancer operation.

Adds new instances to the LoadBalancer.

Once the instance is registered, it starts receiving traffic and requests from the LoadBalancer. Any instance that is not in any of the Availability Zones registered for the LoadBalancer will be moved to the OutOfService state. It will move to the InService state when the Availability Zone is added to the LoadBalancer.

NOTE: In order for this call to be successful, the client must have created the LoadBalancer. The client must provide the same account credentials as those that were used to create the LoadBalancer.

NOTE: Completion of this API does not guarantee that operation has completed. Rather, it means that the request has been registered and the changes will happen shortly.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RegisterInstancesWithLoadBalancerRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RegisterInstancesWithLoadBalancerRequest ( string loadBalancerName, List instances ) : System

Instantiates RegisterInstancesWithLoadBalancerRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetInstances ( ) : bool
IsSetLoadBalancerName ( ) : bool

Описание методов

RegisterInstancesWithLoadBalancerRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public RegisterInstancesWithLoadBalancerRequest ( ) : System
Результат System

RegisterInstancesWithLoadBalancerRequest() публичный Метод

Instantiates RegisterInstancesWithLoadBalancerRequest with the parameterized properties
public RegisterInstancesWithLoadBalancerRequest ( string loadBalancerName, List instances ) : System
loadBalancerName string The name of the load balancer.
instances List The IDs of the instances.
Результат System