public class GuestCustomizationUpdateRequest extends Object implements Serializable
Constructor and Description |
---|
GuestCustomizationUpdateRequest(Boolean enabled,
Boolean changeSid,
String virtualMachineId,
Boolean joinDomain,
Boolean useOrgSettings,
String domainName,
String domainUserName,
String domainUserPassword,
String machineObjectOU,
Boolean adminPasswordEnabled,
Boolean adminPasswordAuto,
String adminPassword,
Boolean adminAutoLogonEnabled,
Integer adminAutoLogonCount,
Boolean resetPasswordRequired,
String computerName,
Boolean required) |
Modifier and Type | Method and Description |
---|---|
int |
getAdminAutoLogonCount()
Get the admin auto logon count.
|
String |
getAdminPassword()
Get the admin password.
|
String |
getComputerName()
Get the computer name.
|
String |
getDomainName()
Get the domain name.
|
String |
getDomainUserName()
Get domain user name.
|
String |
getDomainUserPassword()
Get domain user password.
|
String |
getMachineObjectOU()
Get the machine object OU.
|
String |
getVirtualMachineId()
Get the virtual machine ID.
|
boolean |
isAdminAutoLogonEnabled()
Whether admin auto logon is enabled.
|
boolean |
isAdminPasswordAuto()
Whether the admin password is auto.
|
boolean |
isAdminPasswordEnabled()
Whether the admin password is enabled.
|
boolean |
isChangeSid()
Whether to change SID.
|
boolean |
isEnabled()
Whether guest customization is enabled.
|
boolean |
isJoinDomain()
Whether join domain is enabled.
|
boolean |
isRequired()
Whether required.
|
boolean |
isResetPasswordRequired()
Whether reset password is required.
|
boolean |
isUseOrgSettings()
Whether to use org settings.
|
public GuestCustomizationUpdateRequest(Boolean enabled, Boolean changeSid, String virtualMachineId, Boolean joinDomain, Boolean useOrgSettings, String domainName, String domainUserName, String domainUserPassword, String machineObjectOU, Boolean adminPasswordEnabled, Boolean adminPasswordAuto, String adminPassword, Boolean adminAutoLogonEnabled, Integer adminAutoLogonCount, Boolean resetPasswordRequired, String computerName, Boolean required)
public boolean isEnabled()
public boolean isChangeSid()
public String getVirtualMachineId()
String
virtual machine idpublic boolean isJoinDomain()
public boolean isUseOrgSettings()
public String getDomainUserName()
String
domain user namepublic String getDomainUserPassword()
String
domain user passwordpublic String getMachineObjectOU()
String
machine object OUpublic boolean isAdminPasswordEnabled()
public boolean isAdminPasswordAuto()
public String getAdminPassword()
String
admin passwordpublic boolean isAdminAutoLogonEnabled()
public int getAdminAutoLogonCount()
public boolean isResetPasswordRequired()
public String getComputerName()
String
computer namepublic boolean isRequired()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.