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

org.openstack4j.api.storage.CinderZoneService Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.api.storage;

import java.util.List;

import org.openstack4j.common.RestService;
import org.openstack4j.openstack.storage.block.domain.AvailabilityZone;

/**
  * @author Jeff Hu
  * list all available cinder zones
  */
public interface CinderZoneService extends RestService {

	List list();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy