Interface ZoneService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    ZoneServiceImpl

    public interface ZoneService
    extends RestService
    API which supports the "os-availability-zone" extension.
    Author:
    octopus zhang
    • Method Detail

      • list

        List<? extends AvailabilityZone> list()
        List availability zone info .

        NOTE: This is an extension and not all deployments support os-availability-zone

        Returns:
        the available zones in brief form
      • list

        List<? extends AvailabilityZone> list​(boolean detailed)
        List availability zone info .

        NOTE: This is an extension and not all deployments support os-availability-zone

        Parameters:
        detailed - if true (admin only) details information will be populated
        Returns:
        the available zones resolved to the specified detailed param