Create a new chain for security group.
Creating a security group creates a pair of chains in MidoNet, one for inbound and the other for outbound.
Create a new chain on a router.
Creates chains for the router and returns the same dictionary as get_router_chains() returns.
Delete a chain mapped to a security group.
Delete a SG means deleting all the chains (inbound and outbound) associated with the SG in MidoNet.
Get router chains.
Returns a dictionary that has in/out chain resources key’ed with ‘in’ and ‘out’ respectively, given the tenant_id and the router_id passed in in the arguments.
Get a list of chains mapped to a security group.
Get inbound and outbound chain names.
Construct the security group ID used as chain identifier in MidoNet.
Construct the security group ID used as chain identifier in MidoNet.