Class VdiAutomationGroupResponse
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationGroupResponse
- All Implemented Interfaces:
Serializable
VDI Automation Group Response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVdiAutomationGroupResponse(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. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets deployment vdc uuid.Gets description.Gets domain to join.Gets edge uuid.getName()Gets name.Gets network connection type.Gets org vdc network uuid.Gets public ip.Gets storage profile uuid.Gets the team uuid.getUuid()Gets uuid.Gets vapp template uuid.Gets the VM template UUID.inthashCode()booleanIs guest password reset required boolean.booleanIs join domain enabled boolean.toString()
-
Constructor Details
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
getDescription
Gets description.- Returns:
- the description
-
getVappTemplateUuid
Gets vapp template uuid.- Returns:
- the vapp template uuid
-
getOrgVdcNetworkUuid
Gets org vdc network uuid.- Returns:
- the org vdc network uuid
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getDeploymentVdcUuid
Gets deployment vdc uuid.- Returns:
- the deployment vdc uuid
-
getDomainToJoin
Gets domain to join.- Returns:
- the domain to join
-
getTeamUuid
Gets the team uuid.- Returns:
- the team uuid
-
getEdgeUuid
Gets edge uuid.- Returns:
- the edge uuid
-
getPublicIp
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
-
getVmTemplateUuid
Gets the VM template UUID.- Returns:
- vm template UUID
-
getStorageProfileUuid
Gets storage profile uuid.- Returns:
- the storage profile uuid
-
equals
-
hashCode
public int hashCode() -
toString
-