models.networking_information module¶
-
class
models.networking_information.
NetworkingInformation
(resource_vec=None)[source]¶ Bases:
object
Implementation of the ‘NetworkingInformation’ model.
Specifies the struct containing information about network addresses configured on the given box. This is needed for dealing with Windows/Oracle Cluster resources that we discover and protect automatically.
- Attributes:
- resource_vec (list of ClusterNetworkingResourceInformation): The list
of resources on the system that are accessible by an IP address.
-
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.