Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and Description |
---|---|
static class |
Rule.CreateRule
Create and Update options - extend the domain class, passed to API update and create calls.
|
Modifier and Type | Field and Description |
---|---|
protected Rule |
Rule.Builder.rule |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Rule> |
SecurityGroup.getRules() |
Constructor and Description |
---|
Rules(Iterable<Rule> securityGroups,
Iterable<Link> securityGroupRulesLinks) |
SecurityGroup(String id,
String tenantId,
String name,
String description,
com.google.common.collect.ImmutableList<Rule> rules) |
Modifier and Type | Method and Description |
---|---|
Rule |
SecurityGroupApi.create(Rule.CreateRule securityGroupRule)
Creates a new Security Group Rule.
|
Rule |
SecurityGroupApi.get(String id) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Rule> |
SecurityGroupApi.listRules() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Rule>> |
RulesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.