public class SecurityGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Builder<T extends SecurityGroup.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules) |
Modifier and Type | Method and Description |
---|---|
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() |
public static SecurityGroup.Builder<?> builder()
public SecurityGroup.Builder<?> toBuilder()
public String getId()
public Set<SecurityGroupRule> getRules()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.