Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain |
Modifier and Type | Method and Description |
---|---|
static IpVersion |
IpVersion.fromValue(String value) |
abstract IpVersion |
UpdateFirewallRule.getIpVersion() |
abstract IpVersion |
UpdateFirewallRule.Builder.getIpVersion() |
abstract IpVersion |
FirewallRule.getIpVersion() |
abstract IpVersion |
CreateFirewallRule.getIpVersion() |
abstract IpVersion |
CreateFirewallRule.Builder.getIpVersion() |
static IpVersion |
IpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpVersion[] |
IpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
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) |
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) |
abstract UpdateFirewallRule.Builder |
UpdateFirewallRule.Builder.ipVersion(IpVersion ipVersion) |
abstract CreateFirewallRule.Builder |
CreateFirewallRule.Builder.ipVersion(IpVersion ipVersion) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.