Class ServerInformation

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ServerInformation
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about the server instance.
    • Constructor Detail

      • ServerInformation

        public ServerInformation()
    • Method Detail

      • getCouchdb

        public String getCouchdb()
        Gets the couchdb. Welcome message.
        Returns:
        the couchdb
      • getFeatures

        public List<String> getFeatures()
        Gets the features. List of enabled optional features.
        Returns:
        the features
      • getVendor

        public ServerVendor getVendor()
        Gets the vendor. Schema for server vendor information.
        Returns:
        the vendor
      • getVersion

        public String getVersion()
        Gets the version. Apache CouchDB version.
        Returns:
        the version
      • getFeaturesFlags

        public List<String> getFeaturesFlags()
        Gets the featuresFlags. List of feature flags.
        Returns:
        the featuresFlags