public class SecurityGroup extends Object implements Comparable<SecurityGroup>
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Builder |
Constructor and Description |
---|
SecurityGroup(long id,
String account,
String name,
String description,
String domain,
long domainId,
Long jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
Modifier and Type | Method and Description |
---|---|
static SecurityGroup.Builder |
builder() |
int |
compareTo(SecurityGroup arg0) |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getDescription() |
String |
getDomain() |
long |
getDomainId() |
long |
getId() |
Set<IngressRule> |
getIngressRules() |
Long |
getJobId() |
Integer |
getJobStatus() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public static SecurityGroup.Builder builder()
public long getId()
public String getName()
public String getDescription()
public String getDomain()
public long getDomainId()
@Nullable public Long getJobId()
@Nullable public Integer getJobStatus()
public String getAccount()
public Set<IngressRule> getIngressRules()
public int compareTo(SecurityGroup arg0)
compareTo
in interface Comparable<SecurityGroup>
Copyright © 2009-2012 jclouds. All Rights Reserved.