models_v2.kubernetes_namespace_recovery_target_config module¶
-
class
models_v2.kubernetes_namespace_recovery_target_config.
KubernetesNamespaceRecoveryTargetConfig
(recover_to_new_source=None, new_source_config=None)[source]¶ Bases:
object
Implementation of the ‘Kubernetes Namespace Recovery Target Config’ model.
Specifies the recovery target configuration of the Namespace recovery.
- Attributes:
- recover_to_new_source (bool): Specifies whether or not to recover the
Namespaces to a different source than they were backed up from.
- new_source_config (KubernetesNamespaceRecoveryNewSourceConfig):
Specifies the new source configuration if a Kubernetes Namespace is being restored to a different source than the one from which it was protected.
-
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.