org.jclouds.cloudstack.domain
Class VMGroup
java.lang.Object
org.jclouds.cloudstack.domain.VMGroup
public class VMGroup
- extends Object
Class VMGroup
- Author:
- Richard Downer
VMGroup
@ConstructorProperties(value={"id","account","created","domain","domainid","name"})
protected VMGroup(String id,
@Nullable
String account,
@Nullable
Date created,
@Nullable
String domain,
@Nullable
String domainId,
@Nullable
String name)
builder
public static VMGroup.Builder<?> builder()
toBuilder
public VMGroup.Builder<?> toBuilder()
getId
public String getId()
- Returns:
- the VMGroup's ID
getAccount
@Nullable
public String getAccount()
- Returns:
- the account that owns the VMGroup
getCreated
@Nullable
public Date getCreated()
- Returns:
- the VMGroup's creation timestamp
getDomain
@Nullable
public String getDomain()
- Returns:
- the domain that contains the VMGroup
getDomainId
@Nullable
public String getDomainId()
- Returns:
- the ID of the domain that contains the VMGroup
getName
public String getName()
- Returns:
- the name of the VMGroup
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 jclouds. All Rights Reserved.