Class NeutronFirewallRule.FirewallRules
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<NeutronFirewallRule>
-
- org.openstack4j.openstack.networking.domain.ext.NeutronFirewallRule.FirewallRules
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- NeutronFirewallRule
public static class NeutronFirewallRule.FirewallRules extends ListResult<NeutronFirewallRule>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FirewallRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()List<NeutronFirewallRule>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
public List<NeutronFirewallRule> value()
- Specified by:
valuein classListResult<NeutronFirewallRule>
-
-