Package org.opendaylight.neutron.spi
Interface INeutronBaseAttributes<T extends INeutronBaseAttributes<T>>
-
- All Superinterfaces:
INeutronObject<T>
- All Known Subinterfaces:
INeutronAdminAttributes<T>
- All Known Implementing Classes:
NeutronAdminAttributes
,NeutronBaseAttributes
,NeutronBgpvpn
,NeutronBgpvpnNetworkAssociation
,NeutronBgpvpnRouterAssociation
,NeutronFirewall
,NeutronFirewallPolicy
,NeutronFirewallRule
,NeutronL2gateway
,NeutronL2gatewayConnection
,NeutronLoadBalancer
,NeutronLoadBalancerListener
,NeutronLoadBalancerPool
,NeutronMeteringLabel
,NeutronNetwork
,NeutronPort
,NeutronQosPolicy
,NeutronRouter
,NeutronSecurityGroup
,NeutronSFCFlowClassifier
,NeutronSFCPortChain
,NeutronSFCPortPair
,NeutronSFCPortPairGroup
,NeutronSubnet
,NeutronTapFlow
,NeutronTapService
,NeutronTrunk
,NeutronVpnIkePolicy
,NeutronVpnIpSecPolicy
,NeutronVpnIpSecSiteConnection
,NeutronVpnService
public interface INeutronBaseAttributes<T extends INeutronBaseAttributes<T>> extends INeutronObject<T>
This class contains behaviour common to Neutron configuration objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
void
setName(String name)
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-