models.upgrade_cluster_result module

class models.upgrade_cluster_result.UpgradeClusterResult(message=None, status_url=None)[source]

Bases: object

Implementation of the ‘UpgradeClusterResult’ model.

Specifies the result returned from a request to upgrade a Cluster.

Attributes:
message (string): Specifies a message describing the result of the

request.

status_url (string): Specifies the URL that can be queried to get the

status of the operation once it has begun.

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.