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 FirewallRule |
FirewallRule.create(String id,
String tenantId,
String name,
String description,
String firewallPolicyId,
boolean shared,
String protocol,
IpVersion ipVersion,
String sourceIpAddress,
String destinationIpAddress,
String sourcePort,
String destinationPort,
int position,
String action,
boolean enabled) |
Constructor and Description |
---|
FirewallRules(Iterable<FirewallRule> firewallRules,
Iterable<Link> firewallRulesLinks) |
Modifier and Type | Method and Description |
---|---|
FirewallRule |
FWaaSApi.createFirewallRule(CreateFirewallRule firewallRule) |
FirewallRule |
FWaaSApi.getFirewallRule(String firewallRuleId) |
FirewallRule |
FWaaSApi.updateFirewallRule(String id,
UpdateFirewallRule updateFirewallRule) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<FirewallRule> |
FWaaSApi.listFirewallRules() |
PaginatedCollection<FirewallRule> |
FWaaSApi.listFirewallRules(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<FirewallRule>> |
FirewallRuleToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.