Class Origin

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

    public class Origin
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Origin server.
    • Method Detail

      • getName

        public String getName()
        Gets the name. The name of the origin server.
        Returns:
        the name
      • getDescription

        public String getDescription()
        Gets the description. Description of the origin server.
        Returns:
        the description
      • getAddress

        public String getAddress()
        Gets the address. The address of the origin server. It can be a hostname or an IP address.
        Returns:
        the address
      • isEnabled

        public Boolean isEnabled()
        Gets the enabled. Whether the origin server is enabled.
        Returns:
        the enabled
      • isHealth

        public Boolean isHealth()
        Gets the health. The health state of the origin server.
        Returns:
        the health
      • getHealthFailureReason

        public String getHealthFailureReason()
        Gets the healthFailureReason. The failure reason of the origin server if it is unhealthy.
        Returns:
        the healthFailureReason