Modifier and Type | Class and Description |
---|---|
static class |
Policy.Builder |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.Multimap<String,Object> |
attributes |
protected String |
name |
protected String |
typeName |
Modifier | Constructor and Description |
---|---|
protected |
Policy(String name,
String typeName,
com.google.common.collect.Multimap<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
static Policy.Builder |
builder() |
boolean |
equals(Object obj) |
com.google.common.collect.Multimap<String,Object> |
getAttributes()
A list of policy attribute description structures.
|
String |
getName()
The name of the policy associated with the LoadBalancer
|
String |
getTypeName()
The name of the policy type associated with the LoadBalancer.
|
int |
hashCode() |
Policy.Builder |
toBuilder() |
String |
toString() |
public static Policy.Builder builder()
public Policy.Builder toBuilder()
public String getName()
public String getTypeName()
public com.google.common.collect.Multimap<String,Object> getAttributes()
AttributeMetadata.getType()
Copyright © 2009-2013 jclouds. All Rights Reserved.