Class OSProfile.WindowsConfiguration
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSProfile.WindowsConfiguration.AdditionalUnattendContentstatic classOSProfile.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.WindowsConfigurationcreate(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates)abstract booleanenableAutomaticUpdates()is automatic updates enabledabstract booleanprovisionVMAgent()The provision VM Agent true of false.abstract OSProfile.WindowsConfiguration.WinRMwinRM()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)
-
-