models.oracle_vlan_info module¶
-
class
models.oracle_vlan_info.
OracleVlanInfo
(gateway=None, id=None, ip_vec=None, subnet_ip=None)[source]¶ Bases:
object
Implementation of the ‘OracleVlanInfo’ model.
TODO: Type model description here.
- Attributes:
gateway (string): Gateway for this VLAN. id (int): ID of this VLAN. ip_vec (list of string): List of IPs in this VLAN. subnet_ip (string): Subnet IP for this VLAN.
-
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.