Class VdiAutomationDeploymentResponse.AutomationGroupConfig

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

public static class VdiAutomationDeploymentResponse.AutomationGroupConfig extends Object
The type Automation group config.
  • Constructor Details

    • AutomationGroupConfig

      public AutomationGroupConfig(String vmTemplateUuid, String deploymentVdcUuid, String orgVdcNetworkUuid, String domainToJoin, String edgeUuid, String publicRdpIp, NetworkConnectionType networkConnectionType, boolean joinDomainEnabled, boolean guestPasswordResetRequired)
      Instantiates a new Automation group config.
      Parameters:
      vmTemplateUuid - the vm template uuid
      deploymentVdcUuid - the deployment vdc uuid
      orgVdcNetworkUuid - the org vdc network uuid
      domainToJoin - the domain to join
      edgeUuid - the edge uuid
      publicRdpIp - the public ip
      networkConnectionType - the network connection type
      joinDomainEnabled - the join domain enabled
      guestPasswordResetRequired - the guest password reset required
  • Method Details

    • getVmTemplateUuid

      public String getVmTemplateUuid()
      Gets vm template uuid.
      Returns:
      the vm template uuid
    • getDeploymentVdcUuid

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

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

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

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

      public String getPublicRdpIp()
      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