public class SshConfiguration extends Object
| Constructor and Description |
|---|
SshConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
publicKeys()
Get the publicKeys value.
|
SshConfiguration |
withPublicKeys(List<SshPublicKey> publicKeys)
Set the publicKeys value.
|
public List<SshPublicKey> publicKeys()
public SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)
publicKeys - the publicKeys value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/