LinuxConfiguration 类
定义
Describes Windows configuration of the OS Profile.
public class LinuxConfiguration
- 继承
-
java.lang.ObjectLinuxConfiguration
方法
disablePasswordAuthentication() |
Get the disablePasswordAuthentication value.
|
ssh() |
Get the ssh value.
|
withDisablePasswordAuthentication(Boolean disablePasswordAuthentication) |
Set the disablePasswordAuthentication value.
|
withSsh(SshConfiguration ssh) |
Set the ssh value.
|