Values.ImportHostKeyRequestSourceAdds a host key to the server that's specified by the ServerId parameter.
type nonrec t = {serverId : ServerId.t;The identifier of the server that contains the host key that you are importing.
*)hostKeyBody : HostKey.t;The private key portion of an SSH key pair. Transfer Family accepts RSA, ECDSA, and ED25519 keys.
*)description : HostKeyDescription.t option;The text description that identifies this host key.
*)}val make :
?description:??? ->
?tags:??? ->
serverId:ServerId.t ->
hostKeyBody:HostKey.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ServerId.t ])
list ]