Virtual Machine Instance Properties Response Linux Configuration
data class VirtualMachineInstancePropertiesResponseLinuxConfiguration(val disablePasswordAuthentication: Boolean? = null, val provisionVMAgent: Boolean? = null, val provisionVMConfigAgent: Boolean? = null, val ssh: SshConfigurationResponse? = null)
LinuxConfiguration - linux specific configuration values for the virtual machine instance
Constructors
Link copied to clipboard
constructor(disablePasswordAuthentication: Boolean? = null, provisionVMAgent: Boolean? = null, provisionVMConfigAgent: Boolean? = null, ssh: SshConfigurationResponse? = null)
Properties
Link copied to clipboard
DisablePasswordAuthentication - whether password authentication should be disabled
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 a Linux OS.