Uses of Class
org.openstack4j.openstack.networking.domain.ext.FirewallRuleStrategy.RuleInsertStrategyType
-
-
Uses of FirewallRuleStrategy.RuleInsertStrategyType in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext with parameters of type FirewallRuleStrategy.RuleInsertStrategyType Modifier and Type Method Description FirewallPolicyFirewallPolicyService. insertFirewallRuleInPolicy(String firewallPolicyId, String firewallRuleId, FirewallRuleStrategy.RuleInsertStrategyType type, String insertAfterOrBeforeRuleId)Inserts a firewall rule in a firewall policy relative to the position of other rules. -
Uses of FirewallRuleStrategy.RuleInsertStrategyType in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return FirewallRuleStrategy.RuleInsertStrategyType Modifier and Type Method Description static FirewallRuleStrategy.RuleInsertStrategyTypeFirewallRuleStrategy.RuleInsertStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallRuleStrategy.RuleInsertStrategyType[]FirewallRuleStrategy.RuleInsertStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type FirewallRuleStrategy.RuleInsertStrategyType Modifier and Type Method Description static FirewallRuleStrategyFirewallRuleStrategy. create(String firewallRuleId, FirewallRuleStrategy.RuleInsertStrategyType type, String insertAfterOrBeforeRuleId) -
Uses of FirewallRuleStrategy.RuleInsertStrategyType in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type FirewallRuleStrategy.RuleInsertStrategyType Modifier and Type Method Description FirewallPolicyFirewallPolicyServiceImpl. insertFirewallRuleInPolicy(String firewallPolicyId, String firewallRuleId, FirewallRuleStrategy.RuleInsertStrategyType type, String insertAfterOrBeforeRuleId)Inserts a firewall rule in a firewall policy relative to the position of other rules.
-