|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.googlecomputeengine.domain.Instance.Tags
public static class Instance.Tags
Tags for an instance, with their fingerprint.
| Nested Class Summary | |
|---|---|
static class |
Instance.Tags.Builder
|
| Constructor Summary | |
|---|---|
Instance.Tags(String fingerprint,
Set<String> items)
|
|
| Method Summary | |
|---|---|
static Instance.Tags.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getFingerprint()
Gets the fingerprint for the items - needed for updating them. |
Set<String> |
getItems()
Used to identify valid sources or targets for network firewalls. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"fingerprint","items"})
public Instance.Tags(String fingerprint,
@Nullable
Set<String> items)
| Method Detail |
|---|
public Set<String> getItems()
public String getFingerprint()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public static Instance.Tags.Builder builder()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||