models_v2.recover_oracle_environment_params module

class models_v2.recover_oracle_environment_params.RecoverOracleEnvironmentParams(objects=None, recovery_action=None, recover_app_params=None)[source]

Bases: object

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

Specifies the recovery options specific to oracle environment.

Attributes:
objects (list of RecoverOracleDatabaseSnapshotParams): Specifies the

list of parameters for list of objects to be recovered.

recovery_action (RecoveryAction14Enum): Specifies the type of recover

action to be performed.

recover_app_params (RecoverOracleDBParams): Specifies the parameters

to recover Oracle databases.

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.