Class VdiAutomationDeploymentResponse.AutomationGroupConfig
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse.AutomationGroupConfig
- Enclosing class:
- VdiAutomationDeploymentResponse
The type Automation group config.
-
Constructor Summary
ConstructorsConstructorDescriptionAutomationGroupConfig(String vmTemplateUuid, String deploymentVdcUuid, String orgVdcNetworkUuid, String domainToJoin, String edgeUuid, String publicRdpIp, NetworkConnectionType networkConnectionType, boolean joinDomainEnabled, boolean guestPasswordResetRequired) Instantiates a new Automation group config. -
Method Summary
Modifier and TypeMethodDescriptionGets deployment vdc uuid.Gets domain to join.Gets edge uuid.Gets network connection type.Gets org vdc network uuid.Gets public ip.Gets vm template uuid.booleanIs guest password reset required boolean.booleanIs join domain enabled boolean.
-
Constructor Details
-
Method Details
-
getVmTemplateUuid
Gets vm template uuid.- Returns:
- the vm template uuid
-
getDeploymentVdcUuid
Gets deployment vdc uuid.- Returns:
- the deployment vdc uuid
-
getOrgVdcNetworkUuid
Gets org vdc network uuid.- Returns:
- the org vdc network uuid
-
getDomainToJoin
Gets domain to join.- Returns:
- the domain to join
-
getEdgeUuid
Gets edge uuid.- Returns:
- the edge uuid
-
getPublicRdpIp
Gets public ip.- Returns:
- the public ip
-
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
-