|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node.Status | |
|---|---|
| org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
| Uses of Node.Status in org.jclouds.rackspace.cloudloadbalancers.v1.domain |
|---|
| Methods in org.jclouds.rackspace.cloudloadbalancers.v1.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.rackspace.cloudloadbalancers.v1.domain with parameters of type Node.Status | |
|---|---|
Node.Builder |
Node.Builder.status(Node.Status status)
|
| Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type Node.Status | |
|---|---|
Node(String address,
int port,
BaseNode.Condition condition,
BaseNode.Type type,
Integer weight,
int id,
Node.Status status,
Metadata metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||