public class SecurityGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.CreateBuilder
Create and Update builders (inheriting from Builder)
|
static class |
SecurityGroup.CreateSecurityGroup
Create and Update options - extend the domain class, passed to API update and create calls.
|
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroup(String id,
String tenantId,
String name,
String description,
com.google.common.collect.ImmutableList<Rule> rules) |
Modifier and Type | Method and Description |
---|---|
static SecurityGroup.CreateBuilder |
createBuilder() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getName() |
com.google.common.collect.ImmutableList<Rule> |
getRules() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
@Nullable public String getTenantId()
@Nullable public String getDescription()
public com.google.common.collect.ImmutableList<Rule> getRules()
public static SecurityGroup.CreateBuilder createBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.