Package org.openstack4j.api.networking
Interface AvailabilityZoneService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
AvailabilityZoneServiceImpl
public interface AvailabilityZoneService extends RestService
Neutron Availability Zone Service- Author:
- Taemin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends AvailabilityZone>list()List all availability zone that the current neutron has.
-
-
-
Method Detail
-
list
List<? extends AvailabilityZone> list()
List all availability zone that the current neutron has.- Returns:
- list of all availability zones
-
-