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