Class ZoneServiceImpl

    • Constructor Detail

      • ZoneServiceImpl

        public ZoneServiceImpl()
    • Method Detail

      • list

        public List<? extends AvailabilityZone> list()
        Description copied from interface: ZoneService
        List availability zone info .

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

        Specified by:
        list in interface ZoneService
        Returns:
        the available zones in brief form
      • list

        public List<? extends AvailabilityZone> list​(boolean detailed)
        Description copied from interface: ZoneService
        List availability zone info .

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

        Specified by:
        list in interface ZoneService
        Parameters:
        detailed - if true (admin only) details information will be populated
        Returns:
        the available zones resolved to the specified detailed param