Uses of Class
org.jclouds.openstack.neutron.v2.domain.IpVersion
-
Packages that use IpVersion Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of IpVersion in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return IpVersion Modifier and Type Method Description static IpVersion
IpVersion. fromValue(String value)
abstract IpVersion
CreateFirewallRule.Builder. getIpVersion()
abstract IpVersion
CreateFirewallRule. getIpVersion()
abstract IpVersion
FirewallRule. getIpVersion()
abstract IpVersion
UpdateFirewallRule.Builder. getIpVersion()
abstract IpVersion
UpdateFirewallRule. 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.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type IpVersion Modifier and Type Method Description 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)
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)
abstract CreateFirewallRule.Builder
CreateFirewallRule.Builder. ipVersion(IpVersion ipVersion)
abstract UpdateFirewallRule.Builder
UpdateFirewallRule.Builder. ipVersion(IpVersion ipVersion)
-