Uses of Interface
org.openstack4j.api.client.IOSClientBuilder.V2
-
Packages that use IOSClientBuilder.V2 Package Description org.openstack4j.api.client org.openstack4j.openstack org.openstack4j.openstack.client -
-
Uses of IOSClientBuilder.V2 in org.openstack4j.api.client
Methods in org.openstack4j.api.client that return IOSClientBuilder.V2 Modifier and Type Method Description IOSClientBuilder.V2IOSClientBuilder.V2. raxApiKey(boolean raxApiKey)Use Rackspace API Key Authentication Admin Extension to authenticateIOSClientBuilder.V2IOSClientBuilder.V2. tenantId(String tenantId)The tenant/project to authenticate as (some clouds such as HP use tenantId vs tenantName)IOSClientBuilder.V2IOSClientBuilder.V2. tenantName(String tenantName)The tenant/project to authenticate asIOSClientBuilder.V2IOSClientBuilder.V2. token(String tokenId)Allows authentication via an existing Token versusIOSClientBuilder.credentials(String, String). -
Uses of IOSClientBuilder.V2 in org.openstack4j.openstack
Methods in org.openstack4j.openstack that return IOSClientBuilder.V2 Modifier and Type Method Description static IOSClientBuilder.V2OSFactory. builderV2()Creates builder for OpenStack V2 based authentication -
Uses of IOSClientBuilder.V2 in org.openstack4j.openstack.client
Classes in org.openstack4j.openstack.client that implement IOSClientBuilder.V2 Modifier and Type Class Description static classOSClientBuilder.ClientV2
-