models.upgrade_node_result module¶
-
class
models.upgrade_node_result.
UpgradeNodeResult
(message=None, status_url=None)[source]¶ Bases:
object
Implementation of the ‘UpgradeNodeResult’ model.
Specifies the result returned from a request to upgrade a Node.
- Attributes:
- message (string): Specifies a message describing the result of the
request.
- status_url (string): Specifies a 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.