models.download_cft_params module¶
-
class
models.download_cft_params.
DownloadCftParams
(file_name=None, file_path=None)[source]¶ Bases:
object
Implementation of the ‘DownloadCftParams’ model.
TODO: Type model description here.
- Attributes:
- file_name (string): Specifies the file name of the cloud formation
template.
- file_path (string): Specifies the file path of the template. If passed
null, “/home/cohesity/bin” will be considered as file path.
-
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.