models_v2.recover_kubernetes_environment_params module

class models_v2.recover_kubernetes_environment_params.RecoverKubernetesEnvironmentParams(recovery_action='RecoverNamespaces', recover_namespace_params=None)[source]

Bases: object

Implementation of the ‘Recover Kubernetes environment params.’ model.

Specifies the recovery options specific to Kubernetes environment.

Attributes:
recovery_action (string): Specifies the type of recover action to be

performed.

recover_namespace_params (RecoverKubernetesNamespaceParams): Specifies

the parameters to recover Kubernetes 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.