Class OciVaultHealthCheck

    • Method Detail

      • builder

        public static OciVaultHealthCheck.Builder builder()
        Create a new fluent API builder to configure a new health check.
        Returns:
        builder instance
      • create

        public static OciVaultHealthCheck create​(Config config)
        Create an instance.
        Parameters:
        config - the config.
        Returns:
        an instance.
      • call

        public HealthCheckResponse call()
        Checks that the OCI vault is accessible, if defined. Will report error only if not defined or not accessible. Can block since all health checks are called asynchronously.
        Specified by:
        call in interface HealthCheck
        Returns:
        a response