models.external_network_info module¶
-
class
models.external_network_info.
ExternalNetworkInfo
(axon_network_name=None, vlan_id=None, vlan_network_name=None)[source]¶ Bases:
object
Implementation of the ‘ExternalNetworkInfo’ model.
This is used to display the list of external networks, from which one can potentially be selected for an app instance.
- Attributes:
- axon_network_name (string): Name of axon network corresponding to this
external network. Used for internal purposes only.
vlan_id (int): VLAN id of the network. vlan_network_name (string): Display name for the UI to select the
external network.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.