models.registered_application_server module¶
-
class
models.registered_application_server.
RegisteredApplicationServer
(application_server=None, registered_protection_source=None)[source]¶ Bases:
object
Implementation of the ‘RegisteredApplicationServer’ model.
Specifies an Application Server and the Protection Source that registered the Application Server.
- Attributes:
- application_server (ProtectionSourceNode): Specifies the child subtree
used to store additional application-level Objects. Different environments use the subtree to store application-level information. For example for SQL Server, this subtree stores the SQL Server instances running on a VM.
- registered_protection_source (ProtectionSource): Specifies the
Protection Source like a VM or Physical Server that registered the Application Server.
-
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.