Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/quantum-integrated-l2-l3-services-api. Description: Integrated APIs for specification of connectivity services (L2 and L3) as well as network services (FW, LB, NAT, QoS, ...). Abstractions used are: - Port/EndPoint – an abstraction for tenant or provider end point that participates in NaaS (Port in API v2) - Groups - aggregation of EndPoints used for managing them as a single entity ( there is no equivalent resource in API v2). “Managing” here is means: providing a connectivity service (L2, L3) to a group and applying a one or more Policies (security, qos, load balancing, NAT, …) which defines desired network service to be provided to a group - Network/L2Domain – has the same semantics as Network in API v2 - L3Domain – provides L3 connectivity to L2Domains which are underlying it - Policy is an abstraction for a collection of Rules that jointly define/affect the expected behavior of the object it is applied to. Examples are SecurityPolicy (which is similar to the concept of SecurityGroup), LoadBalancingPolicy, etc ... - Rule - is contained in the policy and its specification follows “condition followed by an action” pattern. Condition usually implies some sort of traffic matching expression expressed as triplet consisting of parameter, followed by an operator, followed by a value. Specification URL (additional information): None