Uses of Interface
org.openstack4j.api.OSClient.OSClientV2
-
Packages that use OSClient.OSClientV2 Package Description org.openstack4j.openstack org.openstack4j.openstack.client org.openstack4j.openstack.internal -
-
Uses of OSClient.OSClientV2 in org.openstack4j.openstack
Methods in org.openstack4j.openstack that return OSClient.OSClientV2 Modifier and Type Method Description static OSClient.OSClientV2OSFactory. clientFromAccess(Access access)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Config config)Skips Authentication and created the API around a previously cached Access object. -
Uses of OSClient.OSClientV2 in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client that return OSClient.OSClientV2 Modifier and Type Method Description OSClient.OSClientV2OSClientBuilder.ClientV2. authenticate() -
Uses of OSClient.OSClientV2 in org.openstack4j.openstack.internal
Classes in org.openstack4j.openstack.internal that implement OSClient.OSClientV2 Modifier and Type Class Description static classOSClientSession.OSClientSessionV2
-