models.download_package_parameters module

class models.download_package_parameters.DownloadPackageParameters(url=None)[source]

Bases: object

Implementation of the ‘DownloadPackageParameters’ model.

Specifies the parameters needed for a request to download a new software package to a Cluster.

Attributes:
url (string): Specifies a URL from which the package can be downloaded

to the Cluster.

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.