java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.software.description.RequiredUser

@ApiType("SoftLayer_Software_Description_RequiredUser")
public class RequiredUser
extends Entity
This class represents a software description's required user
See Also:
SoftLayer_Software_Description_RequiredUser
  • Field Details

    • defaultPassword

      @ApiProperty(canBeNullOrNotSet=true) protected String defaultPassword
      If the default password is set the user will be created with that password, otherwise a random password is generated.
    • defaultPasswordSpecified

      protected boolean defaultPasswordSpecified
    • username

      @ApiProperty(canBeNullOrNotSet=true) protected String username
      If this software has a required user (such as "root") this string contains it's name.
    • usernameSpecified

      protected boolean usernameSpecified
  • Constructor Details

    • RequiredUser

      public RequiredUser()
  • Method Details

    • getDefaultPassword

      public String getDefaultPassword()
    • setDefaultPassword

      public void setDefaultPassword​(String defaultPassword)
    • isDefaultPasswordSpecified

      public boolean isDefaultPasswordSpecified()
    • unsetDefaultPassword

      public void unsetDefaultPassword()
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername​(String username)
    • isUsernameSpecified

      public boolean isUsernameSpecified()
    • unsetUsername

      public void unsetUsername()