public class WindowsConfiguration extends Object
Constructor and Description |
---|
WindowsConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<AdditionalUnattendContent> |
additionalUnattendContent()
Get specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
Boolean |
enableAutomaticUpdates()
Get indicates whether virtual machine is enabled for automatic Windows updates.
|
Boolean |
provisionVMAgent()
Get indicates whether virtual machine agent should be provisioned on the virtual machine.
|
String |
timeZone()
Get specifies the time zone of the virtual machine.
|
WinRMConfiguration |
winRM()
Get specifies the Windows Remote Management listeners.
|
WindowsConfiguration |
withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
WindowsConfiguration |
withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set indicates whether virtual machine is enabled for automatic Windows updates.
|
WindowsConfiguration |
withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
WindowsConfiguration |
withTimeZone(String timeZone)
Set specifies the time zone of the virtual machine.
|
WindowsConfiguration |
withWinRM(WinRMConfiguration winRM)
Set specifies the Windows Remote Management listeners.
|
public Boolean provisionVMAgent()
public WindowsConfiguration withProvisionVMAgent(Boolean provisionVMAgent)
provisionVMAgent
- the provisionVMAgent value to setpublic Boolean enableAutomaticUpdates()
public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
enableAutomaticUpdates
- the enableAutomaticUpdates value to setpublic String timeZone()
public WindowsConfiguration withTimeZone(String timeZone)
timeZone
- the timeZone value to setpublic List<AdditionalUnattendContent> additionalUnattendContent()
public WindowsConfiguration withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
additionalUnattendContent
- the additionalUnattendContent value to setpublic WinRMConfiguration winRM()
public WindowsConfiguration withWinRM(WinRMConfiguration winRM)
winRM
- the winRM value to setCopyright © 2019. All rights reserved.