models.kubernetes_restore_parameters module

class models.kubernetes_restore_parameters.KubernetesRestoreParameters(prefix=None, suffix=None)[source]

Bases: object

Implementation of the ‘KubernetesRestoreParameters’ model.

Specifies the information required for recovering kubernetes entities.

Attributes:
prefix (string): Specifies a prefix to prepended to the source object

name to derive a new name for the recovered or cloned object. By default, cloned or recovered objects retain their original name. Length of this field is limited to 8 characters.

suffix (string): Specifies a suffix to appended to the original source

object name to derive a new name for the recovered or cloned object. By default, cloned or recovered objects retain their original name. Length of this field is limited to 8 characters.

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.