public class VdiAutomationGroupResponse extends Object implements Serializable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDeploymentVdcUuid()
Gets deployment vdc uuid.
|
String |
getDescription()
Gets description.
|
String |
getDomainToJoin()
Gets domain to join.
|
String |
getEdgeUuid()
Gets edge uuid.
|
String |
getName()
Gets name.
|
NetworkConnectionType |
getNetworkConnectionType()
Gets network connection type.
|
String |
getOrgVdcNetworkUuid()
Gets org vdc network uuid.
|
String |
getPublicIp()
Gets public ip.
|
String |
getStorageProfileUuid()
Gets storage profile uuid.
|
String |
getTeamUuid()
Gets the team uuid.
|
String |
getUuid()
Gets uuid.
|
String |
getVappTemplateUuid()
Gets vapp template uuid.
|
String |
getVmTemplateUuid()
Gets the VM template UUID.
|
int |
hashCode() |
boolean |
isGuestPasswordResetRequired()
Is guest password reset required boolean.
|
boolean |
isJoinDomainEnabled()
Is join domain enabled boolean.
|
String |
toString() |
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)
uuid
- the uuidname
- the namedescription
- the descriptionedgeUuid
- the edge UUID that should be used to expose RDP accesspublicIp
- the public IP that RDP access should be exposed onvappTemplateUuid
- the vapp template uuidvmTemplateUuid
- the vm template uuiddeploymentVdcUuid
- the deployment vdc uuidorgVdcNetworkUuid
- the org vdc network uuiddomainToJoin
- the domain to jointeamUuid
- the team uuidnetworkConnectionType
- the network connection typejoinDomainEnabled
- the join domain enabledguestPasswordResetRequired
- the guest password reset requiredstorageProfileUuid
- the storage profile uuidpublic String getName()
public String getDescription()
public String getVappTemplateUuid()
public String getOrgVdcNetworkUuid()
public String getUuid()
public String getDeploymentVdcUuid()
public String getDomainToJoin()
public String getTeamUuid()
public String getEdgeUuid()
public String getPublicIp()
public NetworkConnectionType getNetworkConnectionType()
public boolean isJoinDomainEnabled()
public boolean isGuestPasswordResetRequired()
public String getVmTemplateUuid()
public String getStorageProfileUuid()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.