Class UpdateNode
java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode
Used to update Nodes.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateNode
(BaseNode.Condition condition, BaseNode.Type type, Integer weight) -
Method Summary
-
Constructor Details
-
UpdateNode
protected UpdateNode(@Nullable BaseNode.Condition condition, @Nullable BaseNode.Type type, @Nullable Integer weight)
-
-
Method Details