public final class OpenstackSecurityGroupRule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenstackSecurityGroupRule.Builder
Represents a security group rule builder object.
|
static class |
OpenstackSecurityGroupRule.Direction
Direction of the Security Group.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenstackSecurityGroupRule.Builder |
builder()
Returns the builder object for the OpenstackSecurityGroupRule.
|
OpenstackSecurityGroupRule.Direction |
direction()
Returns the direction.
|
boolean |
equals(Object o) |
String |
ethertype()
Returns the Ethernet type.
|
int |
hashCode() |
String |
id()
Returns the Security Group ID.
|
int |
portRangeMax()
Returns the max of the port range.
|
int |
portRangeMin()
Returns the min of the port range.
|
String |
protocol()
Returns the IP protocol.
|
String |
remoteGroupId()
Returns the remote group ID.
|
org.onlab.packet.IpPrefix |
remoteIpPrefix()
Returns the remote IP address.
|
String |
secuityGroupId()
Returns the Security Group ID.
|
String |
tenantId()
Returns the tenant ID.
|
String |
toString() |
public static OpenstackSecurityGroupRule.Builder builder()
public OpenstackSecurityGroupRule.Direction direction()
public String ethertype()
public String id()
public int portRangeMax()
public int portRangeMin()
public String protocol()
public String remoteGroupId()
public org.onlab.packet.IpPrefix remoteIpPrefix()
public String secuityGroupId()
public String tenantId()