itsayushpandey commented on code in PR #7712:
URL: https://github.com/apache/cloudstack/pull/7712#discussion_r1309657442


##########
api/src/main/java/org/apache/cloudstack/vm/UnmanagedInstanceTO.java:
##########
@@ -48,6 +48,7 @@ public enum PowerState {
     private List<Disk> disks;
 
     private List<Nic> nics;
+    private String vncPasswd;

Review Comment:
   Done



##########
api/src/main/java/org/apache/cloudstack/vm/UnmanagedInstanceTO.java:
##########
@@ -136,6 +137,10 @@ public List<Nic> getNics() {
     public void setNics(List<Nic> nics) {
         this.nics = nics;
     }
+    public String getVncPasswd(){ return vncPasswd; }
+    public void setVncPasswd(String vncPasswd) { this.vncPasswd = vncPasswd; }

Review Comment:
   Ah, makes sense. Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to