models.ip_unconfig module¶
-
class
models.ip_unconfig.
IpUnconfig
(ip_family=None, interface_name=None, node_ids=None)[source]¶ Bases:
object
Implementation of the ‘IpUnconfig’ model.
Specifies the unconfiguration of an IP.
- Attributes:
ip_family (int): IpFamily of this config. interface_name (string): The interface name. node_ids (list of int): Node ids.
-
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.