public class Role extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Role.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
Role(String name,
String description,
Map<String,org.jclouds.domain.JsonBall> defaultAttributes,
List<String> runList,
Map<String,org.jclouds.domain.JsonBall> overrideAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static Role.Builder |
builder() |
boolean |
equals(Object obj) |
Map<String,org.jclouds.domain.JsonBall> |
getDefaultAttributes() |
String |
getDescription() |
String |
getName() |
Map<String,org.jclouds.domain.JsonBall> |
getOverrideAttributes() |
List<String> |
getRunList() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"name","description","default_attributes","run_list","override_attributes"}) protected Role(String name, String description, @Nullable Map<String,org.jclouds.domain.JsonBall> defaultAttributes, @Nullable List<String> runList, @Nullable Map<String,org.jclouds.domain.JsonBall> overrideAttributes)
public static Role.Builder builder()
public String getName()
public String getDescription()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.