models_v2.construct_meta_info_params module¶
-
class
models_v2.construct_meta_info_params.
ConstructMetaInfoParams
(environment='kOracle', oracle_params=None)[source]¶ Bases:
object
Implementation of the ‘ConstructMetaInfoParams’ model.
Params to construct meta info
- Attributes:
- environment (string): Specifies the environment type of the Protection
group
- oracle_params (OracleParams1): Oracle Params to construct meta info
for alternate restore or clone.
-
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.