Uses of Class
org.jclouds.openstack.neutron.v2.domain.Rule
-
Packages that use Rule Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features org.jclouds.openstack.neutron.v2.functions -
-
Uses of Rule in org.jclouds.openstack.neutron.v2.domain
Subclasses of Rule in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static class
Rule.CreateRule
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 Rule Modifier and Type Field Description protected Rule
Rule.Builder. rule
Methods in org.jclouds.openstack.neutron.v2.domain that return types with arguments of type Rule Modifier and Type Method Description com.google.common.collect.ImmutableList<Rule>
SecurityGroup. getRules()
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Rule Constructor Description Rules(Iterable<Rule> securityGroups, Iterable<Link> securityGroupRulesLinks)
SecurityGroup(String id, String tenantId, String name, String description, com.google.common.collect.ImmutableList<Rule> rules)
-
Uses of Rule in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return Rule Modifier and Type Method Description Rule
SecurityGroupApi. create(Rule.CreateRule securityGroupRule)
Creates a new Security Group Rule.Rule
SecurityGroupApi. get(String id)
Methods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type Rule Modifier and Type Method Description PagedIterable<Rule>
SecurityGroupApi. listRules()
-
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 Rule Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Rule>>
RulesToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-