public static class VdiAutomationDeploymentResponse.AutomationGroupConfig extends Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentVdcUuid()
Gets deployment vdc uuid.
|
String |
getDomainToJoin()
Gets domain to join.
|
String |
getEdgeUuid()
Gets edge uuid.
|
NetworkConnectionType |
getNetworkConnectionType()
Gets network connection type.
|
String |
getOrgVdcNetworkUuid()
Gets org vdc network uuid.
|
String |
getPublicRdpIp()
Gets public ip.
|
String |
getVmTemplateUuid()
Gets vm template uuid.
|
boolean |
isGuestPasswordResetRequired()
Is guest password reset required boolean.
|
boolean |
isJoinDomainEnabled()
Is join domain enabled boolean.
|
public AutomationGroupConfig(String vmTemplateUuid, String deploymentVdcUuid, String orgVdcNetworkUuid, String domainToJoin, String edgeUuid, String publicRdpIp, NetworkConnectionType networkConnectionType, boolean joinDomainEnabled, boolean guestPasswordResetRequired)
vmTemplateUuid
- the vm template uuiddeploymentVdcUuid
- the deployment vdc uuidorgVdcNetworkUuid
- the org vdc network uuiddomainToJoin
- the domain to joinedgeUuid
- the edge uuidpublicRdpIp
- the public ipnetworkConnectionType
- the network connection typejoinDomainEnabled
- the join domain enabledguestPasswordResetRequired
- the guest password reset requiredpublic String getVmTemplateUuid()
public String getDeploymentVdcUuid()
public String getOrgVdcNetworkUuid()
public String getDomainToJoin()
public String getEdgeUuid()
public String getPublicRdpIp()
public NetworkConnectionType getNetworkConnectionType()
public boolean isJoinDomainEnabled()
public boolean isGuestPasswordResetRequired()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.