Class ZoneServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.compute.internal.BaseComputeServices
-
- org.openstack4j.openstack.compute.internal.ext.ZoneServiceImpl
-
- All Implemented Interfaces:
ZoneService,RestService
public class ZoneServiceImpl extends BaseComputeServices implements ZoneService
Service implementation for ZoneService API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description ZoneServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends AvailabilityZone>list()List availability zone info .List<? extends AvailabilityZone>list(boolean detailed)List availability zone info .-
Methods inherited from class org.openstack4j.openstack.compute.internal.BaseComputeServices
invokeAction, invokeActionWithResponse
-
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()
Description copied from interface:ZoneServiceList availability zone info .NOTE: This is an extension and not all deployments support os-availability-zone
- Specified by:
listin interfaceZoneService- Returns:
- the available zones in brief form
-
list
public List<? extends AvailabilityZone> list(boolean detailed)
Description copied from interface:ZoneServiceList availability zone info .NOTE: This is an extension and not all deployments support os-availability-zone
- Specified by:
listin interfaceZoneService- Parameters:
detailed- if true (admin only) details information will be populated- Returns:
- the available zones resolved to the specified
detailedparam
-
-