models.oracle_database_node module

class models.oracle_database_node.OracleDatabaseNode(channel_count=None, node=None, port=None, sbt_host_params=None)[source]

Bases: object

Implementation of the ‘OracleDatabaseNode’ model.

Oracle Database Node. Specifies database node required for the backup and restore.

Attributes:
channel_count (int): Specifies the number of channels user wants for

the backup/recovery of this node.

node (string): Specifies the ip of the database node. port (long|int): Specifies the port on which user wants to run the

backup/recovery.

sbt_host_params (OracleSbtHostParams): Specifies the necessary

parameters for SBT.

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.