Package org.jclouds.elb.domain

Examples of org.jclouds.elb.domain.InstanceHealth$Builder


         for (InstanceHealth instanceState : response) {
            checkInstanceState(instanceState);
         }

         if (response.size() > 0) {
            InstanceHealth instanceState = response.iterator().next();
            Assert.assertEquals(
                     ImmutableSet.of(api().getHealthOfInstancesOfLoadBalancer(ImmutableSet.of(instanceState.getInstanceId()),
                              loadBalancer.getName())), instanceState);
         }
      }

   }
View Full Code Here


         for (InstanceHealth instanceState : response) {
            checkInstanceState(instanceState);
         }

         if (response.size() > 0) {
            InstanceHealth instanceState = response.iterator().next();
            Assert.assertEquals(
                     ImmutableSet.of(api().getHealthOfInstancesOfLoadBalancer(ImmutableSet.of(instanceState.getInstanceId()),
                              loadBalancer.getName())), instanceState);
         }
      }

   }
View Full Code Here

TOP

Related Classes of org.jclouds.elb.domain.InstanceHealth$Builder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.