Class ExtService

    • Constructor Detail

      • ExtService

        public ExtService()
    • Method Detail

      • getBinary

        public String getBinary()
        Specified by:
        getBinary in interface Service
        Returns:
        the binary for this service
      • getDisabledReason

        public String getDisabledReason()
        Specified by:
        getDisabledReason in interface Service
        Returns:
        the reason for disabled status of this service
      • getHost

        public String getHost()
        Specified by:
        getHost in interface Service
        Returns:
        the host for this service
      • getId

        public String getId()
        Specified by:
        getId in interface Service
        Returns:
        the id for this service
      • getUpdatedAt

        public Date getUpdatedAt()
        Specified by:
        getUpdatedAt in interface Service
        Returns:
        last updated time
      • getZone

        public String getZone()
        Specified by:
        getZone in interface Service
        Returns:
        the zone for this service
      • getForcedDown

        public String getForcedDown()

        Author:Wang Ting

        Specified by:
        getForcedDown in interface Service
        Returns:
        Whether or not this service was forced down manually by an administrator
        See Also:
        org.openstack4j.model.compute.Service#getDorcedDown()