VmGuestCustomizationSettings

VmGuestCustomizationSettings
VmGuestCustomizationSettings

Guest customization settings for a VM.

JSON Example
{
    "adminAutoLogonCount": 3,
    "adminPassword": "sEcUrEpAsS",
    "adminPasswordAuto": true,
    "adminPasswordEnabled": true,
    "changeSid": true,
    "computerName": "workload-69",
    "customizationScript": "echo 'hello world'",
    "domainName": "workgroup",
    "domainOrgUnit": "computers",
    "domainUserName": "user1",
    "domainUserPassword": "sEcUrEpAsS",
    "enabled": true,
    "joinDomainEnabled": true,
    "resetPasswordRequired": true,
    "resolutionType": "string",
    "useOrgSettings": true
}
integer As int32 As int32
adminAutoLogonCount
Optional

Number of automatic logins for admin user.

string
adminPassword
Optional

If set the admin password will be changed explicitly

boolean
adminPasswordAuto
Optional

Whether to automatically generate admin password.

boolean
adminPasswordEnabled
Optional

Whether to allow or disallow admin password use.

boolean
changeSid
Optional

Whether to change SID.

string
computerName
Optional

VMware Cloud Director VM computer name.

string
customizationScript
Optional

bat/sh script to be run in the VM on power on.

string
domainName
Optional

Name of a domain to join.

string
domainOrgUnit
Optional

Name of Windows domain Organization Unit.

string
domainUserName
Optional

User name for user to join a domain.

string
domainUserPassword
Optional

Password for user to join a domain.

boolean
enabled
Optional

Whether to use guest customization at all.

boolean
joinDomainEnabled
Optional

Whether to join a domain.

boolean
resetPasswordRequired
Optional

Whether to require resetting of password.

string
resolutionType
Optional

Signifies how these guest customization settings were obtained. Whether they were derived replicated from source or explicitly configured. Read-only, ignored on update.

boolean
useOrgSettings
Optional

Whether to use organization settings.