Uses of Interface
org.openstack4j.model.compute.Keypair
-
Packages that use Keypair Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of Keypair in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return Keypair Modifier and Type Method Description KeypairKeypairService. create(String name, String publicKey)Generates or imports a keypairKeypairKeypairService. get(String name)Gets the keypair by nameMethods in org.openstack4j.api.compute that return types with arguments of type Keypair Modifier and Type Method Description List<? extends Keypair>KeypairService. list()Lists keypairs that are associated with the account making the request -
Uses of Keypair in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement Keypair Modifier and Type Class Description classNovaKeypairAn OpenStack Keypair is an SSH Key -
Uses of Keypair in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return Keypair Modifier and Type Method Description KeypairKeypairServiceImpl. create(String name, String publicKey)Generates or imports a keypairKeypairKeypairServiceImpl. get(String name)Gets the keypair by nameMethods in org.openstack4j.openstack.compute.internal that return types with arguments of type Keypair Modifier and Type Method Description List<? extends Keypair>KeypairServiceImpl. list()Lists keypairs that are associated with the account making the request
-