Uses of Class
org.jclouds.openstack.neutron.v2.domain.RuleDirection
-
Packages that use RuleDirection Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of RuleDirection in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RuleDirection Modifier and Type Method Description static RuleDirection
RuleDirection. fromValue(String name)
RuleDirection
Rule. getDirection()
static RuleDirection
RuleDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleDirection[]
RuleDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleDirection Modifier and Type Method Description static Rule.CreateBuilder
Rule. createBuilder(RuleDirection direction, String securityGroupId)
ParameterizedBuilderType
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 RuleDirection Constructor Description Rule(String id, String tenantId, RuleDirection direction, String securityGroupId, RuleEthertype ethertype, Integer portRangeMin, Integer portRangeMax, RuleProtocol protocol, String remoteGroupId, String remoteIpPrefix)
-