Package | Description |
---|---|
org.openstack4j.api.networking.ext | |
org.openstack4j.openstack.networking.domain.ext | |
org.openstack4j.openstack.networking.internal.ext |
Modifier and Type | Method and Description |
---|---|
Firewall |
FirewallService.create(Firewall firewall)
Create a Firewall
|
Firewall |
FirewallService.get(String firewallId)
Get the specified Firewall by ID
|
Firewall |
FirewallService.update(String firewallId,
FirewallUpdate firewallUpdate)
Update a Firewall
|
Modifier and Type | Method and Description |
---|---|
List<? extends Firewall> |
FirewallService.list()
List all Firewall(s) that the current tenant has access to.
|
List<? extends Firewall> |
FirewallService.list(Map<String,String> filteringParams)
Returns list of Firewall(s) filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Firewall |
FirewallService.create(Firewall firewall)
Create a Firewall
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronFirewall
A Neutron Firewall (FwaaS) : Firewall Entity.
|
Modifier and Type | Method and Description |
---|---|
Firewall |
NeutronFirewall.FirewallConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
FirewallBuilder |
NeutronFirewall.FirewallConcreteBuilder.from(Firewall in) |
Modifier and Type | Method and Description |
---|---|
Firewall |
FirewallServiceImpl.create(Firewall firewall)
Create a Firewall
|
Firewall |
FirewallServiceImpl.get(String firewallId)
Get the specified Firewall by ID
|
Firewall |
FirewallServiceImpl.update(String firewallId,
FirewallUpdate firewallUpdate)
Update a Firewall
|
Modifier and Type | Method and Description |
---|---|
List<? extends Firewall> |
FirewallServiceImpl.list()
List all Firewall(s) that the current tenant has access to.
|
List<? extends Firewall> |
FirewallServiceImpl.list(Map<String,String> filteringParams)
Returns list of Firewall(s) filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Firewall |
FirewallServiceImpl.create(Firewall firewall)
Create a Firewall
|
Copyright © 2017. All rights reserved.