Class Password

    • Field Detail

      • software

        @ApiProperty
        protected Component software
        The SoftLayer_Software_Component instance that this username/password pair is valid for.
      • sshKeys

        @ApiProperty
        protected List<Key> sshKeys
        SSH keys to be installed on the server during provisioning or an OS reload.
      • createDateSpecified

        protected boolean createDateSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • notesSpecified

        protected boolean notesSpecified
      • passwordSpecified

        protected boolean passwordSpecified
      • portSpecified

        protected boolean portSpecified
      • softwareIdSpecified

        protected boolean softwareIdSpecified
      • usernameSpecified

        protected boolean usernameSpecified
      • sshKeyCount

        @ApiProperty
        protected Long sshKeyCount
        A count of sSH keys to be installed on the server during provisioning or an OS reload.
    • Constructor Detail

      • Password

        public Password()
    • Method Detail

      • getSoftware

        public Component getSoftware()
      • setSoftware

        public void setSoftware​(Component software)
      • getSshKeys

        public List<Key> getSshKeys()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • isPasswordSpecified

        public boolean isPasswordSpecified()
      • unsetPassword

        public void unsetPassword()
      • getPort

        public Long getPort()
      • setPort

        public void setPort​(Long port)
      • isPortSpecified

        public boolean isPortSpecified()
      • unsetPort

        public void unsetPort()
      • getSoftwareId

        public Long getSoftwareId()
      • setSoftwareId

        public void setSoftwareId​(Long softwareId)
      • isSoftwareIdSpecified

        public boolean isSoftwareIdSpecified()
      • unsetSoftwareId

        public void unsetSoftwareId()
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isUsernameSpecified

        public boolean isUsernameSpecified()
      • unsetUsername

        public void unsetUsername()
      • getSshKeyCount

        public Long getSshKeyCount()
      • setSshKeyCount

        public void setSshKeyCount​(Long sshKeyCount)