UserInfo#

class UserInfo(user_name=None, password=None, cluster_name=None, *args, **kwargs)[source]#

Bases: object

UserName and Password model

Parameters:
  • user_name – (user_name) Username

  • password – (password) Password

  • cluster_name – (cluster_name) Cluster name. This is part of payload for both cluster create & update operations.

property cluster_name#

Cluster name. This is part of payload for both cluster create & update operations.

Type:

str

property password#

Password

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property user_name#

Username

Type:

str