public final class OpenstackSecurityGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenstackSecurityGroup.Builder
Represents the builder of the SecurityGroupRule.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenstackSecurityGroup.Builder |
builder()
Returns the SecurityGroupRule builder object.
|
String |
description()
Returns the description of the security group.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
id()
Returns ID of the security group.
|
String |
name()
Returns the name of the security group.
|
Collection<OpenstackSecurityGroupRule> |
rules()
Returns the list of the security group rules.
|
String |
tenantId()
Returns the Tenant ID.
|
String |
toString() |
public String description()
public String id()
public String name()
public Collection<OpenstackSecurityGroupRule> rules()
public String tenantId()
public static OpenstackSecurityGroup.Builder builder()