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

org.openstack4j.openstack.sahara.internal.BaseSaharaServices Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.openstack.sahara.internal;

import org.openstack4j.api.types.ServiceType;
import org.openstack4j.openstack.internal.BaseOpenStackService;

/**
 * This class is extended by every Sahara Service. It is necessary to determine
 * the correct endpoint (url) for sahara calls.
 * 
 * @author Ekasit Kijipongse
 * 
 */
public class BaseSaharaServices extends BaseOpenStackService {

	protected BaseSaharaServices() {
		super(ServiceType.SAHARA);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy