All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.narcissujsk.openstackjsk.api.client.CloudProvider Maven / Gradle / Ivy

The newest version!
package com.github.narcissujsk.openstackjsk.api.client;

/**
 * Cloud Provider helps OpenStack4j handle provider specific changes or workarounds.  Users who know the provider 
 * they are authenticating with should set this for more reliability
 * 
 */
public enum CloudProvider {
    UNKNOWN,
    RACKSPACE,
    HPCLOUD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy