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, uri
public List<? extends Firewall> list()
list
in interface FirewallService
public List<? extends Firewall> list(Map<String,String> filteringParams)
list
in interface FirewallService
filteringParams
- map (name, value) of filtering parameterspublic Firewall get(String firewallId)
get
in interface FirewallService
firewallId
- the Firewall identifierpublic ActionResponse delete(String firewallId)
delete
in interface FirewallService
firewallId
- the Firewall identifierpublic Firewall create(Firewall firewall)
create
in interface FirewallService
public Firewall update(String firewallId, FirewallUpdate firewallUpdate)
update
in interface FirewallService
firewallId
- the Firewall identifierfirewallUpdate
- FirewallUpdateCopyright © 2017. All rights reserved.