Uses of Enum Class
org.jclouds.openstack.neutron.v2.domain.IpVersion
Packages that use IpVersion
-
Uses of IpVersion in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return IpVersionModifier and TypeMethodDescriptionstatic IpVersion
abstract IpVersion
CreateFirewallRule.Builder.getIpVersion()
abstract IpVersion
CreateFirewallRule.getIpVersion()
abstract IpVersion
FirewallRule.getIpVersion()
abstract IpVersion
UpdateFirewallRule.Builder.getIpVersion()
abstract IpVersion
UpdateFirewallRule.getIpVersion()
static IpVersion
Returns the enum constant of this class with the specified name.static IpVersion[]
IpVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type IpVersionModifier and TypeMethodDescriptionstatic 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
abstract UpdateFirewallRule.Builder