neutron_lib.api.definitions.vlantransparent module¶
-
neutron_lib.api.definitions.vlantransparent.get_vlan_transparent(network)¶ Get the value of vlan_transparent from a network if set.
- Parameters
network – The network dict to retrieve the value of vlan_transparent from.
- Returns
The value of vlan_transparent from the network dict if set in the dict, otherwise False is returned.