Class VdiAutomationGroupUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.vdi.VdiAutomationGroupUpdateRequest
- All Implemented Interfaces:
Serializable
VDI Automation Group Create/Update Request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVdiAutomationGroupUpdateRequest(String name, String description, String vappTemplateUuid, String vmTemplateUuid, String deploymentVdcUuid, String orgVdcNetworkUuid, String domainToJoin, String teamUuid, String edgeUuid, String publicIp, NetworkConnectionType networkConnectionType, boolean joinDomainEnabled, boolean guestPasswordResetRequired, String storageProfileUuid) Instantiates a new Vdi automation group update request. -
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.Gets the vApp template UUID.Gets vapp 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
-
getVmTemplateUuid
Gets vapp template uuid.- Returns:
- the vapp 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
-
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
-
getVappTemplateUuid
Gets the vApp template UUID.- Returns:
- vapp tempalte UUID
-
getStorageProfileUuid
Gets storage profile uuid.- Returns:
- the storage profile uuid
-
equals
-
hashCode
public int hashCode() -
toString
-