Uses of Interface
org.openstack4j.api.compute.KeypairService
-
Packages that use KeypairService Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal -
-
Uses of KeypairService in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return KeypairService Modifier and Type Method Description KeypairServiceComputeService. keypairs()Keypair Management Service -
Uses of KeypairService in org.openstack4j.openstack.compute.internal
Classes in org.openstack4j.openstack.compute.internal that implement KeypairService Modifier and Type Class Description classKeypairServiceImplKeypair Service manages SSH Keys within OpenStack Compute (Nova).Methods in org.openstack4j.openstack.compute.internal that return KeypairService Modifier and Type Method Description KeypairServiceComputeServiceImpl. keypairs()Keypair Management Service
-