Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions |
Modifier and Type | Method and Description |
---|---|
abstract CreateFirewallRule |
CreateFirewallRule.Builder.build() |
static CreateFirewallRule |
CreateFirewallRule.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.createFirewallRule(CreateFirewallRule firewallRule) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.