Class VdiAutomationGroupResponse

java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationGroupResponse
All Implemented Interfaces:
Serializable

public class VdiAutomationGroupResponse extends Object implements Serializable
VDI Automation Group Response.
See Also:
  • Constructor Details

    • VdiAutomationGroupResponse

      public VdiAutomationGroupResponse(String uuid, String name, String description, String edgeUuid, String publicIp, String vappTemplateUuid, String vmTemplateUuid, String deploymentVdcUuid, String orgVdcNetworkUuid, String domainToJoin, String teamUuid, NetworkConnectionType networkConnectionType, boolean joinDomainEnabled, boolean guestPasswordResetRequired, String storageProfileUuid)
      Instantiates a new VDI automation group response.
      Parameters:
      uuid - the uuid
      name - the name
      description - the description
      edgeUuid - the edge UUID that should be used to expose RDP access
      publicIp - the public IP that RDP access should be exposed on
      vappTemplateUuid - the vapp template uuid
      vmTemplateUuid - the vm template uuid
      deploymentVdcUuid - the deployment vdc uuid
      orgVdcNetworkUuid - the org vdc network uuid
      domainToJoin - the domain to join
      teamUuid - the team uuid
      networkConnectionType - the network connection type
      joinDomainEnabled - the join domain enabled
      guestPasswordResetRequired - the guest password reset required
      storageProfileUuid - the storage profile uuid
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • getVappTemplateUuid

      public String getVappTemplateUuid()
      Gets vapp template uuid.
      Returns:
      the vapp template uuid
    • getOrgVdcNetworkUuid

      public String getOrgVdcNetworkUuid()
      Gets org vdc network uuid.
      Returns:
      the org vdc network uuid
    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • getDeploymentVdcUuid

      public String getDeploymentVdcUuid()
      Gets deployment vdc uuid.
      Returns:
      the deployment vdc uuid
    • getDomainToJoin

      public String getDomainToJoin()
      Gets domain to join.
      Returns:
      the domain to join
    • getTeamUuid

      public String getTeamUuid()
      Gets the team uuid.
      Returns:
      the team uuid
    • getEdgeUuid

      public String getEdgeUuid()
      Gets edge uuid.
      Returns:
      the edge uuid
    • getPublicIp

      public String getPublicIp()
      Gets public ip.
      Returns:
      the public ip
    • getNetworkConnectionType

      public NetworkConnectionType getNetworkConnectionType()
      Gets network connection type.
      Returns:
      the network connection type
    • isJoinDomainEnabled

      public boolean isJoinDomainEnabled()
      Is join domain enabled boolean.
      Returns:
      the boolean
    • isGuestPasswordResetRequired

      public boolean isGuestPasswordResetRequired()
      Is guest password reset required boolean.
      Returns:
      the boolean
    • getVmTemplateUuid

      public String getVmTemplateUuid()
      Gets the VM template UUID.
      Returns:
      vm template UUID
    • getStorageProfileUuid

      public String getStorageProfileUuid()
      Gets storage profile uuid.
      Returns:
      the storage profile uuid
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object