Class OSProfile.WindowsConfiguration
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OSProfile.WindowsConfiguration.AdditionalUnattendContent
static class
OSProfile.WindowsConfiguration.WinRM
-
Constructor Summary
Constructors Constructor Description WindowsConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<OSProfile.WindowsConfiguration.AdditionalUnattendContent>
additionalUnattendContent()
unattend contentstatic OSProfile.WindowsConfiguration
create(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates)
abstract boolean
enableAutomaticUpdates()
is automatic updates enabledabstract boolean
provisionVMAgent()
The provision VM Agent true of false.abstract OSProfile.WindowsConfiguration.WinRM
winRM()
winR
-
-
-
Method Detail
-
provisionVMAgent
public abstract boolean provisionVMAgent()
The provision VM Agent true of false.
-
winRM
@Nullable public abstract OSProfile.WindowsConfiguration.WinRM winRM()
winR
-
additionalUnattendContent
@Nullable public abstract List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent()
unattend content
-
enableAutomaticUpdates
public abstract boolean enableAutomaticUpdates()
is automatic updates enabled
-
create
public static OSProfile.WindowsConfiguration create(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates)
-
-