Class ResourceHealthMetadataInner


  • public final class ResourceHealthMetadataInner
    extends ProxyOnlyResource
    Used for getting ResourceHealthCheck settings.
    • Constructor Detail

      • ResourceHealthMetadataInner

        public ResourceHealthMetadataInner()
    • Method Detail

      • category

        public String category()
        Get the category property: The category that the resource matches in the RHC Policy File.
        Returns:
        the category value.
      • withCategory

        public ResourceHealthMetadataInner withCategory​(String category)
        Set the category property: The category that the resource matches in the RHC Policy File.
        Parameters:
        category - the category value to set.
        Returns:
        the ResourceHealthMetadataInner object itself.
      • signalAvailability

        public Boolean signalAvailability()
        Get the signalAvailability property: Is there a health signal for the resource.
        Returns:
        the signalAvailability value.
      • withSignalAvailability

        public ResourceHealthMetadataInner withSignalAvailability​(Boolean signalAvailability)
        Set the signalAvailability property: Is there a health signal for the resource.
        Parameters:
        signalAvailability - the signalAvailability value to set.
        Returns:
        the ResourceHealthMetadataInner object itself.