models_v2.kubernetes_target_params_for_recover_namespace module

class models_v2.kubernetes_target_params_for_recover_namespace.KubernetesTargetParamsForRecoverNamespace(objects=None, recovery_target_config=None, rename_recovered_namespaces_params=None)[source]

Bases: object

Implementation of the ‘Kubernetes Target Params For Recover Namespace’ model.

Specifies the parameters for recovering a Kubernetes namespace to a Kubernetes source.

Attributes:
objects (list of CommonRecoverObjectSnapshotParams): Specifies the

objects to be recovered.

rename_recovered_namespaces_params (RenameRecoveredNamespacesParams):

Specifies params to rename the Namespaces that are recovered. If not specified, the original names of the Namespaces are preserved. If a name collision occurs then the Namespace being recovered will overwrite the Namespace already present on the source.

recovery_target_config (KubernetesNamespaceRecoveryTargetConfig):

Specifies the recovery target configuration of the Namespace recovery.

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.