public class UsersConfiguration
extends Object
User specific configuration for provisioning
- Since:
- 0.9.0
-
Field Summary
Fields
the cloud-init users to be created during provisioning
UserGroups to be used during provisioning
the users to be created during provisioning
the primary key to be used during provisioning
the ssh password to be used during provisioning
the username to be used during provisioning
whether the image being used is a Morpheus system image
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
sshUsername
the username to be used during provisioning
-
sshPassword
the ssh password to be used during provisioning
-
createGroups
UserGroups to be used during provisioning
-
cloudInitUsers
the cloud-init users to be created during provisioning
-
createUsers
the users to be created during provisioning
-
primaryKey
the primary key to be used during provisioning
-
systemImage
whether the image being used is a Morpheus system image
-
Constructor Details
-
UsersConfiguration
public UsersConfiguration()
-
Method Details
-
toMap
- Returns:
- hash map of UsersConfiguration properties and values