Package org.openstack4j.model.network
Interface SecurityGroupRule
-
- All Superinterfaces:
Buildable<NetSecurityGroupRuleBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
NeutronSecurityGroupRule
public interface SecurityGroupRule extends ModelEntity, Buildable<NetSecurityGroupRuleBuilder>
The Interface SecurityGroupRule.- Author:
- Nathan Anderson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Gets A human-readable description.StringgetDirection()Gets the direction.StringgetEtherType()Gets the ether type.StringgetId()Gets the id.IntegergetPortRangeMax()Gets the port range max.IntegergetPortRangeMin()Gets the port range min.StringgetProtocol()Gets the protocol.StringgetRemoteGroupId()Gets the remote group id.StringgetRemoteIpPrefix()Gets the remote ip prefix.StringgetSecurityGroupId()Gets the security group id.StringgetTenantId()Gets the tenant id.
-
-
-
Method Detail
-
getDirection
String getDirection()
Gets the direction.- Returns:
- the direction
-
getEtherType
String getEtherType()
Gets the ether type.- Returns:
- the ether type
-
getId
String getId()
Gets the id.- Returns:
- the id
-
getPortRangeMax
Integer getPortRangeMax()
Gets the port range max.- Returns:
- the port range max
-
getPortRangeMin
Integer getPortRangeMin()
Gets the port range min.- Returns:
- the port range min
-
getProtocol
String getProtocol()
Gets the protocol.- Returns:
- the protocol
-
getRemoteGroupId
String getRemoteGroupId()
Gets the remote group id.- Returns:
- the remote group id
-
getRemoteIpPrefix
String getRemoteIpPrefix()
Gets the remote ip prefix.- Returns:
- the remote ip prefix
-
getSecurityGroupId
String getSecurityGroupId()
Gets the security group id.- Returns:
- the security group id
-
getTenantId
String getTenantId()
Gets the tenant id.- Returns:
- the tenant id
-
getDescription
String getDescription()
Gets A human-readable description.- Returns:
- the description
-
-