Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Method and Description |
---|---|
static Firewall |
Firewall.create(String id,
String tenantId,
String name,
String description,
Boolean adminStateUp,
String status,
String firewallPolicyId) |
Constructor and Description |
---|
Firewalls(Iterable<Firewall> firewalls,
Iterable<Link> firewallsLinks) |
Modifier and Type | Method and Description |
---|---|
Firewall |
FWaaSApi.create(CreateFirewall firewall)
Create a new firewall
|
Firewall |
FWaaSApi.get(String id)
Returns the details for a specific firewall.
|
Firewall |
FWaaSApi.update(String id,
UpdateFirewall updateFirewall)
Update a firewall
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<Firewall> |
FWaaSApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.
|
PaginatedCollection<Firewall> |
FWaaSApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Firewall>> |
FirewallToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.