|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.SecurityGroup
public class SecurityGroup
Defines a security group
| Nested Class Summary | |
|---|---|
static class |
SecurityGroup.Builder<T extends SecurityGroup.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules)
|
| Method Summary | |
|---|---|
static SecurityGroup.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
String |
getDescription()
|
String |
getId()
|
String |
getName()
|
Set<SecurityGroupRule> |
getRules()
|
String |
getTenantId()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
SecurityGroup.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","tenant_id","name","description","rules"})
protected SecurityGroup(String id,
@Nullable
String tenantId,
@Nullable
String name,
@Nullable
String description,
Set<SecurityGroupRule> rules)
| Method Detail |
|---|
public static SecurityGroup.Builder<?> builder()
public SecurityGroup.Builder<?> toBuilder()
public String getId()
@Nullable public String getTenantId()
@Nullable public String getName()
@Nullable public String getDescription()
public Set<SecurityGroupRule> getRules()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||