Class AMICreationHelperHostMachine

  • All Implemented Interfaces:
    Referenceable

    public final class AMICreationHelperHostMachine
    extends ProjectObject
    Represents an Helper Host Machine using which an AMI can be created
    • Constructor Detail

      • AMICreationHelperHostMachine

        public AMICreationHelperHostMachine()
    • Method Detail

      • getHostname

        public java.lang.String getHostname()
        hostname of the host machine
      • setHostname

        public void setHostname​(java.lang.String Hostname)
        hostname of the host machine
      • getPassword

        public java.lang.String getPassword()
        password of the host machine
      • setPassword

        public void setPassword​(java.lang.String Password)
        password of the host machine
      • getUsername

        public java.lang.String getUsername()
        username of the host machine
      • setUsername

        public void setUsername​(java.lang.String Username)
        username of the host machine