The vmware_nsx.db.lsn_db Module¶
-
vmware_nsx.db.lsn_db.lsn_add(context, network_id, lsn_id)¶ Add Logical Service Node information to persistent datastore.
-
vmware_nsx.db.lsn_db.lsn_get_for_network(context, network_id, raise_on_err=True)¶ Retrieve LSN information given its network id.
-
vmware_nsx.db.lsn_db.lsn_port_add_for_lsn(context, lsn_port_id, subnet_id, mac, lsn_id)¶ Add Logical Service Node Port information to persistent datastore.
-
vmware_nsx.db.lsn_db.lsn_port_get_for_mac(context, mac_address, raise_on_err=True)¶ Return Logical Service Node Port information given its mac address.
-
vmware_nsx.db.lsn_db.lsn_port_get_for_subnet(context, subnet_id, raise_on_err=True)¶ Return Logical Service Node Port information given its subnet id.
-
vmware_nsx.db.lsn_db.lsn_port_remove(context, lsn_port_id)¶ Remove Logical Service Node port from the given Logical Service Node.
-
vmware_nsx.db.lsn_db.lsn_remove(context, lsn_id)¶ Remove Logical Service Node information from datastore given its id.
-
vmware_nsx.db.lsn_db.lsn_remove_for_network(context, network_id)¶ Remove information about the Logical Service Node given its network.