Package org.jclouds.chef.domain
Class Node
java.lang.Object
org.jclouds.chef.domain.Node
Node object.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Node.Builder
builder()
boolean
getName()
int
hashCode()
toString()
-
Constructor Details
-
Node
@ConstructorProperties({"name","normal","override","default","automatic","run_list","chef_environment"}) protected Node(String name, @Nullable Map<String, JsonBall> normalAttributes, @Nullable Map<String, JsonBall> overrideAttributes, @Nullable Map<String, JsonBall> defaultAttributes, @Nullable Map<String, JsonBall> automaticAttributes, List<String> runList, @Nullable String environment)
-
-
Method Details