Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.HealthMonitor.Type

Packages that use HealthMonitor.Type
org.jclouds.rackspace.cloudloadbalancers.v1.domain   
 

Uses of HealthMonitor.Type in org.jclouds.rackspace.cloudloadbalancers.v1.domain
 

Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return HealthMonitor.Type
static HealthMonitor.Type HealthMonitor.Type.fromValue(String type)
           
 HealthMonitor.Type HealthMonitor.getType()
           
static HealthMonitor.Type HealthMonitor.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HealthMonitor.Type[] HealthMonitor.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type HealthMonitor.Type
 HealthMonitor.Builder HealthMonitor.Builder.type(HealthMonitor.Type type)
          Type of the health monitor.
 

Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type HealthMonitor.Type
HealthMonitor(HealthMonitor.Type type, int delay, int timeout, int attemptsBeforeDeactivation, String bodyRegex, String statusRegex, String path, String hostHeader)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.