public class LinuxConfiguration extends Object
Constructor and Description |
---|
LinuxConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
disablePasswordAuthentication()
Get specifies whether password authentication should be disabled.
|
Boolean |
provisionVMAgent()
Get indicates whether virtual machine agent should be provisioned on the virtual machine.
|
SshConfiguration |
ssh()
Get specifies the ssh key configuration for a Linux OS.
|
LinuxConfiguration |
withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set specifies whether password authentication should be disabled.
|
LinuxConfiguration |
withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
LinuxConfiguration |
withSsh(SshConfiguration ssh)
Set specifies the ssh key configuration for a Linux OS.
|
public Boolean disablePasswordAuthentication()
public LinuxConfiguration withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
disablePasswordAuthentication
- the disablePasswordAuthentication value to setpublic SshConfiguration ssh()
public LinuxConfiguration withSsh(SshConfiguration ssh)
ssh
- the ssh value to setpublic Boolean provisionVMAgent()
public LinuxConfiguration withProvisionVMAgent(Boolean provisionVMAgent)
provisionVMAgent
- the provisionVMAgent value to setCopyright © 2019. All rights reserved.