Class WindowsConfiguration


  • public class WindowsConfiguration
    extends Object
    Windows operating system settings to apply to the virtual machine.
    • Constructor Detail

      • WindowsConfiguration

        public WindowsConfiguration()
    • Method Detail

      • enableAutomaticUpdates

        public Boolean enableAutomaticUpdates()
        Get the enableAutomaticUpdates value.
        Returns:
        the enableAutomaticUpdates value
      • withEnableAutomaticUpdates

        public WindowsConfiguration withEnableAutomaticUpdates​(Boolean enableAutomaticUpdates)
        Set the enableAutomaticUpdates value.
        Parameters:
        enableAutomaticUpdates - the enableAutomaticUpdates value to set
        Returns:
        the WindowsConfiguration object itself.