public class FirewallServiceImpl extends BaseNetworkingServices implements FirewallService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
FirewallServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Firewall |
create(Firewall firewall)
Create a Firewall
|
ActionResponse |
delete(String firewallId)
Delete the specified Firewall by ID
|
Firewall |
get(String firewallId)
Get the specified Firewall by ID
|
List<? extends Firewall> |
list()
List all Firewall(s) that the current tenant has access to.
|
List<? extends Firewall> |
list(Map<String,String> filteringParams)
Returns list of Firewall(s) filtered by parameters.
|
Firewall |
update(String firewallId,
FirewallUpdate firewallUpdate)
Update a Firewall
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends Firewall> list()
list in interface FirewallServicepublic List<? extends Firewall> list(Map<String,String> filteringParams)
list in interface FirewallServicefilteringParams - map (name, value) of filtering parameterspublic Firewall get(String firewallId)
get in interface FirewallServicefirewallId - the Firewall identifierpublic ActionResponse delete(String firewallId)
delete in interface FirewallServicefirewallId - the Firewall identifierpublic Firewall create(Firewall firewall)
create in interface FirewallServicepublic Firewall update(String firewallId, FirewallUpdate firewallUpdate)
update in interface FirewallServicefirewallId - the Firewall identifierfirewallUpdate - FirewallUpdateCopyright © 2017. All rights reserved.