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

org.openstack4j.openstack.heat.internal.BaseHeatServices Maven / Gradle / Ivy

package org.openstack4j.openstack.heat.internal;

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

/**
 * This class is extended by every Heat Service. It is necessary to determine
 * the correct endpoint (url) for heat calls.
 * 
 * @author Matthias Reisser
 * 
 */
public class BaseHeatServices extends BaseOpenStackService {

	protected BaseHeatServices() {
		super(ServiceType.ORCHESTRATION);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy