Class VdiAutomationDeploymentResponse.DeploymentDetails

java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse.DeploymentDetails
Enclosing class:
VdiAutomationDeploymentResponse

public static class VdiAutomationDeploymentResponse.DeploymentDetails extends Object
The type Deployment details.
  • Constructor Details

    • DeploymentDetails

      public DeploymentDetails(String internalIp, String publicRdpPort, String vmUuid, String vappUuid, String guestAdminPassword, String computerName)
      Instantiates a new Deployment details.
      Parameters:
      internalIp - the internal ip
      publicRdpPort - the public rdp port
      vmUuid - the vm uuid
      vappUuid - the vapp uuid
      guestAdminPassword - the guest admin password
      computerName - the computer name
  • Method Details

    • getInternalIp

      public String getInternalIp()
      Gets internal ip.
      Returns:
      the internal ip
    • getPublicRdpPort

      public String getPublicRdpPort()
      Gets public rdp port.
      Returns:
      the public rdp port
    • getVmUuid

      public String getVmUuid()
      Gets vm uuid.
      Returns:
      the vm uuid
    • getVappUuid

      public String getVappUuid()
      Gets vapp uuid.
      Returns:
      the vapp uuid
    • getGuestAdminPassword

      public String getGuestAdminPassword()
      Gets guest admin password.
      Returns:
      the guest admin password
    • getComputerName

      public String getComputerName()
      Gets computer name.
      Returns:
      the computer name