Uses of Class
org.openstack4j.openstack.compute.domain.NovaKeypair
-
Packages that use NovaKeypair Package Description org.openstack4j.openstack.compute.domain -
-
Uses of NovaKeypair in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return NovaKeypair Modifier and Type Method Description static NovaKeypairNovaKeypair. create(String name, String publicKey)Used internally by the domain side of the API to create a new Keypair on an OpenStack serverMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type NovaKeypair Modifier and Type Method Description protected List<NovaKeypair>NovaKeypair.Keypairs. value()
-