Uses of Class
com.softlayer.api.service.security.ssh.Key
-
Uses of Key in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Key Modifier and Type Field Description protected List<Key>Account. sshKeysCustomer specified SSH keys that can be implemented onto a newly provisioned or reloaded server.protected List<Key>Hardware. sshKeysSSH keys to be installed on the server during provisioning or an OS reload.Methods in com.softlayer.api.service that return types with arguments of type Key Modifier and Type Method Description List<Key>Account. getSshKeys()List<Key>Account.Service. getSshKeys()Customer specified SSH keys that can be implemented onto a newly provisioned or reloaded server.Future<List<Key>>Account.ServiceAsync. getSshKeys()Async version ofAccount.Service.getSshKeys()List<Key>Hardware. getSshKeys()List<Key>Hardware.Service. getSshKeys()SSH keys to be installed on the server during provisioning or an OS reload.Future<List<Key>>Hardware.ServiceAsync. getSshKeys()Async version ofHardware.Service.getSshKeys()Method parameters in com.softlayer.api.service with type arguments of type Key Modifier and Type Method Description Future<?>Account.ServiceAsync. getSshKeys(ResponseHandler<List<Key>> callback)Async callback version ofAccount.Service.getSshKeys()Future<?>Hardware.ServiceAsync. getSshKeys(ResponseHandler<List<Key>> callback)Async callback version ofHardware.Service.getSshKeys() -
Uses of Key in com.softlayer.api.service.network.gateway.member
Fields in com.softlayer.api.service.network.gateway.member declared as Key Modifier and Type Field Description protected KeyAttribute. sshKeyMethods in com.softlayer.api.service.network.gateway.member that return Key Modifier and Type Method Description KeyAttribute. getSshKey()KeyAttribute.Service. getSshKey()Methods in com.softlayer.api.service.network.gateway.member that return types with arguments of type Key Modifier and Type Method Description Future<Key>Attribute.ServiceAsync. getSshKey()Async version ofAttribute.Service.getSshKey()Methods in com.softlayer.api.service.network.gateway.member with parameters of type Key Modifier and Type Method Description voidAttribute. setSshKey(Key sshKey)Method parameters in com.softlayer.api.service.network.gateway.member with type arguments of type Key Modifier and Type Method Description Future<?>Attribute.ServiceAsync. getSshKey(ResponseHandler<Key> callback)Async callback version ofAttribute.Service.getSshKey() -
Uses of Key in com.softlayer.api.service.security.ssh
Methods in com.softlayer.api.service.security.ssh that return Key Modifier and Type Method Description KeyKey.Service. createObject(Key templateObject)Add a ssh key to your account for use during server provisioning and os reloads.KeyKey.Service. getObject()Methods in com.softlayer.api.service.security.ssh that return types with arguments of type Key Modifier and Type Method Description Future<Key>Key.ServiceAsync. createObject(Key templateObject)Async version ofKey.Service.createObject(com.softlayer.api.service.security.ssh.Key)Future<Key>Key.ServiceAsync. getObject()Async version ofKey.Service.getObject()Methods in com.softlayer.api.service.security.ssh with parameters of type Key Modifier and Type Method Description KeyKey.Service. createObject(Key templateObject)Add a ssh key to your account for use during server provisioning and os reloads.Future<Key>Key.ServiceAsync. createObject(Key templateObject)Async version ofKey.Service.createObject(com.softlayer.api.service.security.ssh.Key)Future<?>Key.ServiceAsync. createObject(Key templateObject, ResponseHandler<Key> callback)BooleanKey.Service. editObject(Key templateObject)Update a ssh key.Future<Boolean>Key.ServiceAsync. editObject(Key templateObject)Async version ofKey.Service.editObject(com.softlayer.api.service.security.ssh.Key)Future<?>Key.ServiceAsync. editObject(Key templateObject, ResponseHandler<Boolean> callback)Method parameters in com.softlayer.api.service.security.ssh with type arguments of type Key Modifier and Type Method Description Future<?>Key.ServiceAsync. createObject(Key templateObject, ResponseHandler<Key> callback)Future<?>Key.ServiceAsync. getObject(ResponseHandler<Key> callback) -
Uses of Key in com.softlayer.api.service.software.component
Fields in com.softlayer.api.service.software.component with type parameters of type Key Modifier and Type Field Description protected List<Key>Password. sshKeysSSH keys to be installed on the server during provisioning or an OS reload.Methods in com.softlayer.api.service.software.component that return types with arguments of type Key Modifier and Type Method Description List<Key>Password. getSshKeys()List<Key>Password.Service. getSshKeys()SSH keys to be installed on the server during provisioning or an OS reload.Future<List<Key>>Password.ServiceAsync. getSshKeys()Async version ofPassword.Service.getSshKeys()Method parameters in com.softlayer.api.service.software.component with type arguments of type Key Modifier and Type Method Description Future<?>Password.ServiceAsync. getSshKeys(ResponseHandler<List<Key>> callback)Async callback version ofPassword.Service.getSshKeys() -
Uses of Key in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual with type parameters of type Key Modifier and Type Field Description protected List<Key>Guest. sshKeysSSH keys to be installed on the server during provisioning or an OS reload.Methods in com.softlayer.api.service.virtual that return types with arguments of type Key Modifier and Type Method Description List<Key>Guest. getSshKeys()List<Key>Guest.Service. getSshKeys()SSH keys to be installed on the server during provisioning or an OS reload.Future<List<Key>>Guest.ServiceAsync. getSshKeys()Async version ofGuest.Service.getSshKeys()Method parameters in com.softlayer.api.service.virtual with type arguments of type Key Modifier and Type Method Description Future<?>Guest.ServiceAsync. getSshKeys(ResponseHandler<List<Key>> callback)Async callback version ofGuest.Service.getSshKeys() -
Uses of Key in com.softlayer.api.service.virtual.guest.block.device.template
Fields in com.softlayer.api.service.virtual.guest.block.device.template with type parameters of type Key Modifier and Type Field Description protected List<Key>Group. sshKeysThe ssh keys to be implemented on the server when provisioned or reloaded from an image template group.Methods in com.softlayer.api.service.virtual.guest.block.device.template that return types with arguments of type Key Modifier and Type Method Description List<Key>Group. getSshKeys()List<Key>Group.Service. getSshKeys()The ssh keys to be implemented on the server when provisioned or reloaded from an image template group.Future<List<Key>>Group.ServiceAsync. getSshKeys()Async version ofGroup.Service.getSshKeys()Method parameters in com.softlayer.api.service.virtual.guest.block.device.template with type arguments of type Key Modifier and Type Method Description Future<?>Group.ServiceAsync. getSshKeys(ResponseHandler<List<Key>> callback)Async callback version ofGroup.Service.getSshKeys()