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

org.openstack4j.api.networking.AvailabilityZoneService Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.api.networking;

import java.util.List;

import org.openstack4j.common.RestService;
import org.openstack4j.model.network.AvailabilityZone;

/**
 * Neutron Availability Zone Service
 *
 * @author Taemin
 */
public interface AvailabilityZoneService extends RestService {


    /**
     * List all availability zone that the current neutron has.
     *
     * @return list of all availability zones
     * @author Taemin
     */
    List list();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy