models.change_service_state_result module¶
-
class
models.change_service_state_result.
ChangeServiceStateResult
(message=None, status_url=None)[source]¶ Bases:
object
Implementation of the ‘ChangeServiceStateResult’ model.
Specifies the result returned after a successful request to change the state of services running on the Cluster.
- Attributes:
- message (string): Specifies a description of the result of the
operation.
- status_url (string): Specifies a URL which can be queried to check the
status of the operation.
-
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.