Uses of Class
com.exoscale.sdk.model.SshKey
-
Packages that use SshKey Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of SshKey in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return SshKey Modifier and Type Method Description SshKey
ExoscaleApi. getSshKey(String name)
Retrieve SSH key details -
Uses of SshKey in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SshKey Modifier and Type Method Description SshKey
CreateInstancePoolRequest. getSshKey()
Get sshKeySshKey
CreateInstanceRequest. getSshKey()
Get sshKeySshKey
Instance. getSshKey()
Get sshKeySshKey
InstancePool. getSshKey()
Get sshKeySshKey
ListInstances200ResponseInstancesInner. getSshKey()
Get sshKeySshKey
UpdateInstancePoolRequest. getSshKey()
Get sshKeySshKey
SshKey. name(String name)
Methods in com.exoscale.sdk.model that return types with arguments of type SshKey Modifier and Type Method Description Set<SshKey>
CreateInstancePoolRequest. getSshKeys()
Instances SSH KeysSet<SshKey>
CreateInstanceRequest. getSshKeys()
Instance SSH KeysList<SshKey>
Instance. getSshKeys()
Instance SSH KeysList<SshKey>
InstancePool. getSshKeys()
Instances SSH keysList<SshKey>
ListInstances200ResponseInstancesInner. getSshKeys()
Instance SSH KeysList<SshKey>
ListSshKeys200Response. getSshKeys()
Get sshKeysSet<SshKey>
UpdateInstancePoolRequest. getSshKeys()
Instances SSH keysorg.openapitools.jackson.nullable.JsonNullable<Set<SshKey>>
UpdateInstancePoolRequest. getSshKeys_JsonNullable()
Methods in com.exoscale.sdk.model with parameters of type SshKey Modifier and Type Method Description CreateInstancePoolRequest
CreateInstancePoolRequest. addSshKeysItem(SshKey sshKeysItem)
CreateInstanceRequest
CreateInstanceRequest. addSshKeysItem(SshKey sshKeysItem)
Instance
Instance. addSshKeysItem(SshKey sshKeysItem)
InstancePool
InstancePool. addSshKeysItem(SshKey sshKeysItem)
ListInstances200ResponseInstancesInner
ListInstances200ResponseInstancesInner. addSshKeysItem(SshKey sshKeysItem)
ListSshKeys200Response
ListSshKeys200Response. addSshKeysItem(SshKey sshKeysItem)
UpdateInstancePoolRequest
UpdateInstancePoolRequest. addSshKeysItem(SshKey sshKeysItem)
void
CreateInstancePoolRequest. setSshKey(SshKey sshKey)
void
CreateInstanceRequest. setSshKey(SshKey sshKey)
void
Instance. setSshKey(SshKey sshKey)
void
InstancePool. setSshKey(SshKey sshKey)
void
ListInstances200ResponseInstancesInner. setSshKey(SshKey sshKey)
void
UpdateInstancePoolRequest. setSshKey(SshKey sshKey)
CreateInstancePoolRequest
CreateInstancePoolRequest. sshKey(SshKey sshKey)
CreateInstanceRequest
CreateInstanceRequest. sshKey(SshKey sshKey)
Instance
Instance. sshKey(SshKey sshKey)
InstancePool
InstancePool. sshKey(SshKey sshKey)
ListInstances200ResponseInstancesInner
ListInstances200ResponseInstancesInner. sshKey(SshKey sshKey)
UpdateInstancePoolRequest
UpdateInstancePoolRequest. sshKey(SshKey sshKey)
Method parameters in com.exoscale.sdk.model with type arguments of type SshKey Modifier and Type Method Description void
CreateInstancePoolRequest. setSshKeys(Set<SshKey> sshKeys)
void
CreateInstanceRequest. setSshKeys(Set<SshKey> sshKeys)
void
Instance. setSshKeys(List<SshKey> sshKeys)
void
InstancePool. setSshKeys(List<SshKey> sshKeys)
void
ListInstances200ResponseInstancesInner. setSshKeys(List<SshKey> sshKeys)
void
ListSshKeys200Response. setSshKeys(List<SshKey> sshKeys)
void
UpdateInstancePoolRequest. setSshKeys(Set<SshKey> sshKeys)
void
UpdateInstancePoolRequest. setSshKeys_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Set<SshKey>> sshKeys)
CreateInstancePoolRequest
CreateInstancePoolRequest. sshKeys(Set<SshKey> sshKeys)
CreateInstanceRequest
CreateInstanceRequest. sshKeys(Set<SshKey> sshKeys)
Instance
Instance. sshKeys(List<SshKey> sshKeys)
InstancePool
InstancePool. sshKeys(List<SshKey> sshKeys)
ListInstances200ResponseInstancesInner
ListInstances200ResponseInstancesInner. sshKeys(List<SshKey> sshKeys)
ListSshKeys200Response
ListSshKeys200Response. sshKeys(List<SshKey> sshKeys)
UpdateInstancePoolRequest
UpdateInstancePoolRequest. sshKeys(Set<SshKey> sshKeys)
-