Package org.opendaylight.neutron.spi
Class NeutronSecurityGroup
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronSecurityGroup>
-
- org.opendaylight.neutron.spi.NeutronSecurityGroup
-
- All Implemented Interfaces:
Serializable
,INeutronBaseAttributes<NeutronSecurityGroup>
,INeutronObject<NeutronSecurityGroup>
public final class NeutronSecurityGroup extends NeutronBaseAttributes<NeutronSecurityGroup>
OpenStack Neutron v2.0 Security Group bindings. See OpenStack Network API v2.0 Reference for description of annotated attributes. The current fields are as follows:id uuid-str unique ID for the security group. name String name of the security group. tenant_id uuid-str Owner of security rule..
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronSecurityGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
extractField, 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
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronSecurityGroup>
-
-