models_v2.oracle_protection_group_parameters module¶
-
class
models_v2.oracle_protection_group_parameters.
OracleProtectionGroupParameters
(objects=None, persist_mountpoints=None, vlan_params=None)[source]¶ Bases:
object
Implementation of the ‘Oracle Protection Group Parameters.’ model.
Specifies the parameters to create Oracle Protection Group.
- Attributes:
- objects (list of OracleProtectionGroupObjectIdentifier): Specifies the
list of object ids to be protected.
- persist_mountpoints (bool): Specifies whether the mountpoints created
while backing up Oracle DBs should be persisted.
- vlan_params (VlanParamsForBackupRestoreOperation): Specifies VLAN
params associated with the backup/restore operation.
-
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.