Uses of Class
org.jclouds.openstack.neutron.v2.domain.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.jclouds.openstack.neutron.v2.domain
Subclasses of Rule in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
Create and Update options - extend the domain class, passed to API update and create calls.Fields in org.jclouds.openstack.neutron.v2.domain declared as RuleMethods in org.jclouds.openstack.neutron.v2.domain that return types with arguments of type RuleModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Rule> SecurityGroup.getRules()
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Rule -
Uses of Rule in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return RuleModifier and TypeMethodDescriptionSecurityGroupApi.create
(Rule.CreateRule securityGroupRule) Creates a new Security Group Rule.Methods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type Rule -
Uses of Rule in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type RuleModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Rule>> RulesToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)