models_v2.kubernetes_namespace_recovery_new_source_config module¶
- 
class 
models_v2.kubernetes_namespace_recovery_new_source_config.KubernetesNamespaceRecoveryNewSourceConfig(source=None)[source]¶ Bases:
objectImplementation of the ‘Kubernetes Namespace Recovery New Source Config’ model.
Specifies the new source configuration if a Kubernetes Namespace is being restored to a different source than the one from which it was protected.
- Attributes:
 - source (Source16): Specifies the id of the parent source to recover
 the Namespaces.
- 
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.