|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.Status | |
---|---|
org.jclouds.cloudloadbalancers.domain |
Uses of Node.Status in org.jclouds.cloudloadbalancers.domain |
---|
Methods in org.jclouds.cloudloadbalancers.domain that return Node.Status | |
---|---|
static Node.Status |
Node.Status.fromValue(String status)
|
Node.Status |
Node.getStatus()
|
static Node.Status |
Node.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Node.Status[] |
Node.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jclouds.cloudloadbalancers.domain with parameters of type Node.Status | |
---|---|
Node.Builder |
Node.Builder.status(Node.Status status)
|
Constructors in org.jclouds.cloudloadbalancers.domain with parameters of type Node.Status | |
---|---|
Node(int id,
String address,
int port,
BaseNode.Condition condition,
Node.Status status,
Integer weight)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |