Uses of Interface
com.elastisys.scale.cloudpool.openstack.driver.client.OpenstackClient
-
Packages that use OpenstackClient Package Description com.elastisys.scale.cloudpool.openstack.driver com.elastisys.scale.cloudpool.openstack.driver.client -
-
Uses of OpenstackClient in com.elastisys.scale.cloudpool.openstack.driver
Constructors in com.elastisys.scale.cloudpool.openstack.driver with parameters of type OpenstackClient Constructor Description OpenStackPoolDriver(OpenstackClient client, java.lang.String cloudProvider)Creates a newOpenStackPoolDriver. -
Uses of OpenstackClient in com.elastisys.scale.cloudpool.openstack.driver.client
Classes in com.elastisys.scale.cloudpool.openstack.driver.client that implement OpenstackClient Modifier and Type Class Description classStandardOpenstackClientStandard implementation of theOpenstackClientinterface.
-