Package org.jclouds.chef.domain
Class Role
java.lang.Object
org.jclouds.chef.domain.Role
Role object.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Role.Builder
builder()
boolean
getName()
int
hashCode()
toString()
-
Constructor Details
-
Role
@ConstructorProperties({"name","description","default_attributes","run_list","override_attributes","env_run_lists"}) protected Role(String name, String description, @Nullable Map<String, JsonBall> defaultAttributes, @Nullable List<String> runList, @Nullable Map<String, JsonBall> overrideAttributes, @Nullable Map<String, List<String>> envRunList)
-
-
Method Details