public class VdiAutomationGroupUpdateRequest extends Object implements Serializable
Constructor and Description |
---|
VdiAutomationGroupUpdateRequest(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.
|
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 |
getVappTemplateUuid()
Gets the vApp template UUID.
|
String |
getVmTemplateUuid()
Gets vapp template uuid.
|
int |
hashCode() |
boolean |
isGuestPasswordResetRequired()
Is guest password reset required boolean.
|
boolean |
isJoinDomainEnabled()
Is join domain enabled boolean.
|
String |
toString() |
public VdiAutomationGroupUpdateRequest(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)
name
- the namedescription
- the descriptionvappTemplateUuid
- the vapp template uuidvmTemplateUuid
- the vm template uuiddeploymentVdcUuid
- the deployment vdc uuidorgVdcNetworkUuid
- the org vdc network uuiddomainToJoin
- the domain to jointeamUuid
- the uuid of the associated teamedgeUuid
- the edge ID topublicIp
- the public IP to route RDP access throughnetworkConnectionType
- the network connection typejoinDomainEnabled
- the join domain enabledguestPasswordResetRequired
- the guest password reset requiredstorageProfileUuid
- the storage profile uuidpublic String getName()
public String getDescription()
public String getVmTemplateUuid()
public String getDeploymentVdcUuid()
public String getOrgVdcNetworkUuid()
public String getDomainToJoin()
public String getTeamUuid()
public String getEdgeUuid()
public String getPublicIp()
public NetworkConnectionType getNetworkConnectionType()
public boolean isJoinDomainEnabled()
public boolean isGuestPasswordResetRequired()
public String getVappTemplateUuid()
public String getStorageProfileUuid()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.