Virtual Machine Instance Properties Response Windows Configuration
data class VirtualMachineInstancePropertiesResponseWindowsConfiguration(val enableAutomaticUpdates: Boolean? = null, val provisionVMAgent: Boolean? = null, val provisionVMConfigAgent: Boolean? = null, val ssh: SshConfigurationResponse? = null, val timeZone: String? = null)
Windows Configuration for the virtual machine instance
Constructors
Link copied to clipboard
constructor(enableAutomaticUpdates: Boolean? = null, provisionVMAgent: Boolean? = null, provisionVMConfigAgent: Boolean? = null, ssh: SshConfigurationResponse? = null, timeZone: String? = null)
Properties
Link copied to clipboard
Whether to EnableAutomaticUpdates on the machine
Link copied to clipboard
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
Link copied to clipboard
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
Link copied to clipboard
Specifies the ssh key configuration for Windows OS.