Class AvailabilityZoneServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.networking.internal.BaseNetworkingServices
-
- org.openstack4j.openstack.networking.internal.AvailabilityZoneServiceImpl
-
- All Implemented Interfaces:
AvailabilityZoneService,RestService
public class AvailabilityZoneServiceImpl extends BaseNetworkingServices implements AvailabilityZoneService
Availability Zone Service- Author:
- Taemin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description AvailabilityZoneServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends AvailabilityZone>list()List all availability zone that the current neutron has List all availability zone that the current neutron has.-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
list
public List<? extends AvailabilityZone> list()
List all availability zone that the current neutron has List all availability zone that the current neutron has.- Specified by:
listin interfaceAvailabilityZoneService- Returns:
- list of all availability zones
-
-