Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions |
Modifier and Type | Method and Description |
---|---|
abstract UpdateFirewallRule |
UpdateFirewallRule.Builder.build() |
static UpdateFirewallRule |
UpdateFirewallRule.create(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) |
Modifier and Type | Method and Description |
---|---|
FirewallRule |
FWaaSApi.updateFirewallRule(String id,
UpdateFirewallRule updateFirewallRule) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.