Uses of Class
org.openstack4j.openstack.networking.domain.ext.NeutronFirewallRule.FirewallRuleAction
-
Packages that use NeutronFirewallRule.FirewallRuleAction Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of NeutronFirewallRule.FirewallRuleAction in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return NeutronFirewallRule.FirewallRuleAction Modifier and Type Method Description NeutronFirewallRule.FirewallRuleActionFirewallRule. getAction()NeutronFirewallRule.FirewallRuleActionFirewallRuleUpdate. getAction() -
Uses of NeutronFirewallRule.FirewallRuleAction in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type NeutronFirewallRule.FirewallRuleAction Modifier and Type Method Description FirewallRuleBuilderFirewallRuleBuilder. action(NeutronFirewallRule.FirewallRuleAction action)FirewallRuleUpdateBuilderFirewallRuleUpdateBuilder. action(NeutronFirewallRule.FirewallRuleAction action) -
Uses of NeutronFirewallRule.FirewallRuleAction in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return NeutronFirewallRule.FirewallRuleAction Modifier and Type Method Description NeutronFirewallRule.FirewallRuleActionNeutronFirewallRule. getAction()NeutronFirewallRule.FirewallRuleActionNeutronFirewallRuleUpdate. getAction()static NeutronFirewallRule.FirewallRuleActionNeutronFirewallRule.FirewallRuleAction. value(String v)static NeutronFirewallRule.FirewallRuleActionNeutronFirewallRule.FirewallRuleAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NeutronFirewallRule.FirewallRuleAction[]NeutronFirewallRule.FirewallRuleAction. 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 NeutronFirewallRule.FirewallRuleAction Modifier and Type Method Description FirewallRuleBuilderNeutronFirewallRule.FirewallRuleConcreteBuilder. action(NeutronFirewallRule.FirewallRuleAction action)FirewallRuleUpdateBuilderNeutronFirewallRuleUpdate.FirewallRuleUpdateConcreteBuilder. action(NeutronFirewallRule.FirewallRuleAction action)
-