Class CustomResolver

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

    public class CustomResolver
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    custom resolver details.
    • Method Detail

      • getId

        public String getId()
        Gets the id. Identifier of the custom resolver.
        Returns:
        the id
      • getName

        public String getName()
        Gets the name. Name of the custom resolver.
        Returns:
        the name
      • getDescription

        public String getDescription()
        Gets the description. Descriptive text of the custom resolver.
        Returns:
        the description
      • isEnabled

        public Boolean isEnabled()
        Gets the enabled. Whether the custom resolver is enabled.
        Returns:
        the enabled
      • getHealth

        public String getHealth()
        Gets the health. Healthy state of the custom resolver.
        Returns:
        the health
      • getLocations

        public List<Location> getLocations()
        Gets the locations. Locations on which the custom resolver will be running.
        Returns:
        the locations
      • getCreatedOn

        public Date getCreatedOn()
        Gets the createdOn. the time when a custom resolver is created, RFC3339 format.
        Returns:
        the createdOn
      • getModifiedOn

        public Date getModifiedOn()
        Gets the modifiedOn. the recent time when a custom resolver is modified, RFC3339 format.
        Returns:
        the modifiedOn