models_v2.kubernetes_target_params module

class models_v2.kubernetes_target_params.KubernetesTargetParams(objects=None, recovery_target_config=None, rename_recovered_namespaces_params=None)[source]

Bases: object

Implementation of the ‘KubernetesTargetParams’ model.

Specifies the params for recovering to a Kubernetes host.

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.