models_v2.oracle_protection_group_database_host module

class models_v2.oracle_protection_group_database_host.OracleProtectionGroupDatabaseHost(host_id=None, channel_count=None, port=None, sbt_host_params=None)[source]

Bases: object

Implementation of the ‘Oracle Protection Group Database Host’ model.

Specifies details about an Oracle database host.

Attributes:
host_id (string): Specifies the id of the database host from which

backup is allowed.

channel_count (int): Specifies the number of channels to be created

for this host. Default value for the number of channels will be calculated as the minimum of number of nodes in Cohesity cluster and 2 * number of CPU on the host.

port (long|int): Specifies the port where the Database is listening. sbt_host_params (OracleProtectionGroupSBTHost): Specifies details

about capturing Oracle SBT host info.

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.