public class SshConfiguration extends Object
Constructor and Description |
---|
SshConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<String> |
publicIPsToAllow()
Get list of source IP ranges to allow SSH connection from.
|
UserAccountSettings |
userAccountSettings()
Get settings for administrator user account to be created on a node.
|
SshConfiguration |
withPublicIPsToAllow(List<String> publicIPsToAllow)
Set list of source IP ranges to allow SSH connection from.
|
SshConfiguration |
withUserAccountSettings(UserAccountSettings userAccountSettings)
Set settings for administrator user account to be created on a node.
|
public List<String> publicIPsToAllow()
public SshConfiguration withPublicIPsToAllow(List<String> publicIPsToAllow)
publicIPsToAllow
- the publicIPsToAllow value to setpublic UserAccountSettings userAccountSettings()
public SshConfiguration withUserAccountSettings(UserAccountSettings userAccountSettings)
userAccountSettings
- the userAccountSettings value to setCopyright © 2019. All rights reserved.