models.upgrade_cluster_parameters module

class models.upgrade_cluster_parameters.UpgradeClusterParameters(target_sw_version=None)[source]

Bases: object

Implementation of the ‘UpgradeClusterParameters’ model.

Specifies the parameters needed for a Cluster Upgrade request.

Attributes:
target_sw_version (string): Specifies the target software version. If

specified, all Nodes on the Cluster will be searched to see if they have had the specified software package uploaded to them. If the specified package is found, then it will be used for the upgrade.

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.