Uses of Enum Class
org.jclouds.openstack.neutron.v2.domain.RuleDirection
Packages that use RuleDirection
-
Uses of RuleDirection in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RuleDirectionModifier and TypeMethodDescriptionstatic RuleDirection
Rule.getDirection()
static RuleDirection
Returns the enum constant of this class with the specified name.static RuleDirection[]
RuleDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleDirectionModifier and TypeMethodDescriptionstatic Rule.CreateBuilder
Rule.createBuilder
(RuleDirection direction, String securityGroupId) Rule.Builder.direction
(RuleDirection direction) The direction in which the security group rule is applied.Constructors in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleDirectionModifierConstructorDescriptionprotected
Rule
(String id, String tenantId, RuleDirection direction, String securityGroupId, RuleEthertype ethertype, Integer portRangeMin, Integer portRangeMax, RuleProtocol protocol, String remoteGroupId, String remoteIpPrefix)