Class AvailabilityZoneDetails.HostService

    • Constructor Detail

      • HostService

        @ConstructorProperties({"available","active","updated_at"})
        protected HostService​(boolean available,
                              boolean active,
                              Date updated)
    • Method Detail

      • isAvailable

        public boolean isAvailable()
      • isActive

        public boolean isActive()
      • getUpdated

        public Date getUpdated()
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()