Package org.opendaylight.neutron.spi
Class NeutronFirewallPolicy
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronFirewallPolicy>
-
- org.opendaylight.neutron.spi.NeutronFirewallPolicy
-
- All Implemented Interfaces:
Serializable
,INeutronBaseAttributes<NeutronFirewallPolicy>
,INeutronObject<NeutronFirewallPolicy>
public final class NeutronFirewallPolicy extends NeutronBaseAttributes<NeutronFirewallPolicy>
OpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings. See OpenStack Network API v2.0 Reference for description of the fields. The implemented fields are as follows:id uuid-str tenant_id uuid-str name String shared Boolean audited Boolean http://docs.openstack.org/api/openstack-network/2.0/openstack-network.pdf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronFirewallPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
extractField(String field, NeutronFirewallPolicy ans)
Boolean
getFirewallPolicyIsAudited()
Boolean
getFirewallPolicyIsShared()
void
setFirewallPolicyIsAudited(Boolean firewallPolicyIsAudited)
void
setFirewallPolicyIsShared(Boolean firewallPolicyIsShared)
String
toString()
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
getName, setName
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-
-
-
Method Detail
-
getFirewallPolicyIsAudited
public Boolean getFirewallPolicyIsAudited()
-
setFirewallPolicyIsAudited
public void setFirewallPolicyIsAudited(Boolean firewallPolicyIsAudited)
-
getFirewallPolicyIsShared
public Boolean getFirewallPolicyIsShared()
-
setFirewallPolicyIsShared
public void setFirewallPolicyIsShared(Boolean firewallPolicyIsShared)
-
extractField
protected boolean extractField(String field, NeutronFirewallPolicy ans)
- Overrides:
extractField
in classNeutronBaseAttributes<NeutronFirewallPolicy>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronFirewallPolicy>
-
-