UserInfo#
- class UserInfo(user_name=None, password=None, cluster_name=None, *args, **kwargs)[source]#
Bases:
objectUserName and Password model
- Parameters:
user_name – (
user_name) Usernamepassword – (
password) Passwordcluster_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
- property user_name#
Username
- Type:
str