Uses of Class
com.exoscale.sdk.model.SshKeyRef
Packages that use SshKeyRef
-
Uses of SshKeyRef in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SshKeyRefModifier and TypeMethodDescriptionCreateInstancePoolRequest.getSshKey()Get sshKeyCreateInstanceRequest.getSshKey()Get sshKeyInstancePool.getSshKey()Get sshKeyUpdateInstancePoolRequest.getSshKey()Get sshKeyMethods in com.exoscale.sdk.model that return types with arguments of type SshKeyRefModifier and TypeMethodDescriptionCreateInstancePoolRequest.getSshKeys()Instances SSH KeysCreateInstanceRequest.getSshKeys()Instance SSH KeysInstancePool.getSshKeys()Instances SSH keysUpdateInstancePoolRequest.getSshKeys()Instances SSH keysUpdateInstancePoolRequest.getSshKeys_JsonNullable()Methods in com.exoscale.sdk.model with parameters of type SshKeyRefModifier and TypeMethodDescriptionCreateInstancePoolRequest.addSshKeysItem(SshKeyRef sshKeysItem) CreateInstanceRequest.addSshKeysItem(SshKeyRef sshKeysItem) InstancePool.addSshKeysItem(SshKeyRef sshKeysItem) UpdateInstancePoolRequest.addSshKeysItem(SshKeyRef sshKeysItem) voidvoidvoidvoidMethod parameters in com.exoscale.sdk.model with type arguments of type SshKeyRefModifier and TypeMethodDescriptionvoidCreateInstancePoolRequest.setSshKeys(Set<SshKeyRef> sshKeys) voidCreateInstanceRequest.setSshKeys(Set<SshKeyRef> sshKeys) voidInstancePool.setSshKeys(List<SshKeyRef> sshKeys) voidUpdateInstancePoolRequest.setSshKeys(Set<SshKeyRef> sshKeys) voidUpdateInstancePoolRequest.setSshKeys_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Set<SshKeyRef>> sshKeys)