Class VdiAutomationDeploymentResponse.DeploymentDetails
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse.DeploymentDetails
- Enclosing class:
- VdiAutomationDeploymentResponse
The type Deployment details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets computer name.Gets guest admin password.Gets internal ip.Gets public rdp port.Gets vapp uuid.Gets vm uuid.
-
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 ippublicRdpPort- the public rdp portvmUuid- the vm uuidvappUuid- the vapp uuidguestAdminPassword- the guest admin passwordcomputerName- the computer name
-
-
Method Details
-
getInternalIp
Gets internal ip.- Returns:
- the internal ip
-
getPublicRdpPort
Gets public rdp port.- Returns:
- the public rdp port
-
getVmUuid
Gets vm uuid.- Returns:
- the vm uuid
-
getVappUuid
Gets vapp uuid.- Returns:
- the vapp uuid
-
getGuestAdminPassword
Gets guest admin password.- Returns:
- the guest admin password
-
getComputerName
Gets computer name.- Returns:
- the computer name
-