models_v2.recover_oracle_db_params module

class models_v2.recover_oracle_db_params.RecoverOracleDBParams(target_environment='kOracle', oracle_target_params=None, vlan_config=None)[source]

Bases: object

Implementation of the ‘Recover Oracle DB params.’ model.

Specifies the parameters to recover Oracle databases.

Attributes:
target_environment (string): Specifies the environment of the recovery

target. The corresponding params below must be filled out.

oracle_target_params (RecoverOracleAppSnapshotParams): Specifies the

params for recovering to a oracle host. Provided oracle backup should be recovered to same type of target host. For Example: If you have oracle backup taken from a physical host then that should be recovered to physical host only.

vlan_config (VlanConfig1): Specifies VLAN Params associated with the

recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client’s (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery.

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.