public class SshConfiguration extends Object
Constructor and Description |
---|
SshConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<SshPublicKey> |
publicKeys()
Get the list of SSH public keys used to authenticate with linux based VMs.
|
SshConfiguration |
withPublicKeys(List<SshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
public List<SshPublicKey> publicKeys()
public SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)
publicKeys
- the publicKeys value to setCopyright © 2019. All rights reserved.