models.update_linux_password_req_params module¶
-
class
models.update_linux_password_req_params.
UpdateLinuxPasswordReqParams
(linux_password=None, linux_username=None, linux_current_password=None)[source]¶ Bases:
object
Implementation of the ‘UpdateLinuxPasswordReqParams’ model.
Specifies the user input parameters.
- Attributes:
linux_current_password (string): Specifies the current password. linux_password (string): Specifies the new linux password. linux_username (string): Specifies the linux username for which the
password will be updated.
-
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.