public class SshPublicKey extends Object
Constructor and Description |
---|
SshPublicKey() |
Modifier and Type | Method and Description |
---|---|
String |
keyData()
Get sSH public key certificate used to authenticate with the VM through ssh.
|
String |
path()
Get specifies the full path on the created VM where ssh public key is stored.
|
SshPublicKey |
withKeyData(String keyData)
Set sSH public key certificate used to authenticate with the VM through ssh.
|
SshPublicKey |
withPath(String path)
Set specifies the full path on the created VM where ssh public key is stored.
|
public String path()
public SshPublicKey withPath(String path)
path
- the path value to setpublic String keyData()
public SshPublicKey withKeyData(String keyData)
keyData
- the keyData value to setCopyright © 2019. All rights reserved.