public class VMGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VMGroup.Builder<T extends VMGroup.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
Modifier and Type | Method and Description |
---|---|
static VMGroup.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount() |
Date |
getCreated() |
String |
getDomain() |
String |
getDomainId() |
String |
getId() |
String |
getName() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
VMGroup.Builder<?> |
toBuilder() |
String |
toString() |
public static VMGroup.Builder<?> builder()
public VMGroup.Builder<?> toBuilder()
public String getId()
@Nullable public String getDomainId()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.